Skip to content

Commit

Permalink
Add verbosity to codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
infamousjoeg committed Oct 15, 2024
1 parent e341853 commit 8406703
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@ jobs:
file: coverage.out
flags: unittests
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true

0 comments on commit 8406703

Please sign in to comment.