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 8378721 commit 735d201Copy full SHA for 735d201
.github/workflows/tests.yml
@@ -39,11 +39,11 @@ jobs:
39
pip install pytest pytest-cov
40
pytest tests/ --cov=ephyspy --cov-report=xml
41
42
- - name: Upload coverage reports to Codecov
43
- uses: codecov/codecov-action@v3
44
- with:
45
- file: ./coverage.xml
46
- flags: unittests
47
- env_vars: OS,PYTHON
48
- name: codecov-umbrella
49
- fail_ci_if_error: true
+ # - name: Upload coverage reports to Codecov
+ # uses: codecov/codecov-action@v3
+ # with:
+ # file: ./coverage.xml
+ # flags: unittests
+ # env_vars: OS,PYTHON
+ # name: codecov-umbrella
+ # fail_ci_if_error: true
0 commit comments