Skip to content

Commit 735d201

Browse files
committed
fix: comment out code cov
1 parent 8378721 commit 735d201

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/tests.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ jobs:
3939
pip install pytest pytest-cov
4040
pytest tests/ --cov=ephyspy --cov-report=xml
4141
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
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

0 commit comments

Comments
 (0)