Skip to content

Commit

Permalink
use codecov v4
Browse files Browse the repository at this point in the history
  • Loading branch information
kMutagene committed Apr 18, 2024
1 parent 266e153 commit 0cd8281
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true # optional (default = false)
directory: ./
files: ./codeCov.xml
verbose: true
name: codecov-umbrella # optional
token: ${{ secrets.CODECOV_TOKEN }} # required
verbose: true # optional (default = false)

0 comments on commit 0cd8281

Please sign in to comment.