Skip to content

Commit

Permalink
Add CodeCov snippet
Browse files Browse the repository at this point in the history
Add CodeCov snippet.
  • Loading branch information
HeavyWombat authored Mar 25, 2024
1 parent d4f85e8 commit 108eec2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,13 @@ jobs:
- name: Test
run: |
make test
- name: Upload Code Coverage Profile
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
files: unit.coverprofile
flags: unittests
fail_ci_if_error: true
verbose: false

0 comments on commit 108eec2

Please sign in to comment.