Skip to content

Commit

Permalink
[#258] CodeCov Test
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbrown2 authored Dec 19, 2024
1 parent 5409957 commit d4843c5
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/mc_dc_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,12 @@ jobs:
tar -xjf /tmp/libgcrypt-1.11.0.tar.bz2 -C /tmp/
cd /tmp/libgcrypt-1.11.0 && ./configure && make install
ldconfig
- name: Upload to Code Cov
uses: codecov/codecov-action@v5
env:
CODECOV_TOKEN: 71699f25-12a3-44a4-8a83-be777b9e577a

- name: Fix Detached HEAD State
run: git checkout -B ${GITHUB_REF##*/}

Expand Down Expand Up @@ -102,3 +107,5 @@ jobs:
with:
name: coverage-report
path: doc/coverage


0 comments on commit d4843c5

Please sign in to comment.