Skip to content

Commit dff4620

Browse files
author
Vinit Kumar
committed
fix: check if codecov is working
1 parent 380c504 commit dff4620

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,8 @@ jobs:
4747
coverage xml
4848
- name: Upload coverage to Codecov
4949
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

Comments
 (0)