Skip to content

Commit

Permalink
Add codecov upload step
Browse files Browse the repository at this point in the history
  • Loading branch information
SRv6d committed Oct 3, 2024
1 parent d061984 commit a088c10
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,10 @@ jobs:

- name: Test
run: just test

- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
files: lcov.info
use_oidc: true
fail_ci_if_error: true

0 comments on commit a088c10

Please sign in to comment.