Skip to content

Commit

Permalink
fix: check if codecov is working
Browse files Browse the repository at this point in the history
  • Loading branch information
vinitkumar committed Sep 16, 2024
1 parent 380c504 commit dff4620
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,8 @@ jobs:
coverage xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true # optional (default = false)
name: codecov-umbrella # optional
token: ${{ secrets.CODECOV_TOKEN }} # required
verbose: true # optional (default = false)

0 comments on commit dff4620

Please sign in to comment.