Skip to content

Commit 485f8be

Browse files
authored
Fix codecov in PR branches (#6)
1 parent f3b95c4 commit 485f8be

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ jobs:
3737
run: |
3838
pytest --cov=meegkit --cov-report=xml tests/
3939
- name: Upload coverage to Codecov
40-
env:
41-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
42-
run:
43-
codecov -t ${CODECOV_TOKEN}
40+
uses: codecov/codecov-action@v1
41+
with:
42+
fail_ci_if_error: false # optional (default = false)

0 commit comments

Comments
 (0)