We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 380c504 commit dff4620Copy full SHA for dff4620
.github/workflows/pythonpackage.yml
@@ -47,3 +47,8 @@ jobs:
47
coverage xml
48
- name: Upload coverage to Codecov
49
uses: codecov/codecov-action@v4
50
+ with:
51
+ fail_ci_if_error: true # optional (default = false)
52
+ name: codecov-umbrella # optional
53
+ token: ${{ secrets.CODECOV_TOKEN }} # required
54
+ verbose: true # optional (default = false)
0 commit comments