Skip to content

Commit

Permalink
add codecov tolkin
Browse files Browse the repository at this point in the history
  • Loading branch information
kjmeagher authored Feb 5, 2024
1 parent 1e34942 commit ed7b51d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:
- name: Upload Coverage to Codecov
if: ${{ !github.event.act }}
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
fail_ci_if_error: false
verbose: true

0 comments on commit ed7b51d

Please sign in to comment.