Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Development -> Master #403

Merged
merged 10 commits into from
Jul 22, 2024
Prev Previous commit
Next Next commit
fix: codecov GH action
grafuls committed Jun 24, 2024
commit 5b4dbb84feba1cf2ea70ff8a3f9da82464b7628f
4 changes: 2 additions & 2 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
@@ -22,12 +22,12 @@ jobs:
pip install -r tests/test-requirements.txt
PYTHONPATH=src pytest --cov=./ --cov-report=xml --cov-config=.coveragerc -p no:warnings
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage.xml
env_vars: PYTHON
flags: unittests
name: codecov-umbrella
fail_ci_if_error: true
fail_ci_if_error: false
verbose: true