Skip to content

Commit 8bef208

Browse files
committed
temporarily disable codecov workflow until tests are more comprehensive
1 parent 70646f2 commit 8bef208

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/python-app.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ jobs:
3636
run: |
3737
coverage run -m pytest
3838
coverage xml
39-
- name: Upload code coverage to codecov.io
40-
uses: codecov/codecov-action@v2
41-
with:
42-
# token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
43-
env_vars: OS,PYTHON
44-
files: ./coverage.xml
45-
flags: pytest # optional
46-
name: codecov-umbrella # optional
47-
fail_ci_if_error: true # optional (default = false)
48-
verbose: true # optional (default = false)
39+
# - name: Upload code coverage to codecov.io
40+
# uses: codecov/codecov-action@v2
41+
# with:
42+
# # token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
43+
# env_vars: OS,PYTHON
44+
# files: ./coverage.xml
45+
# flags: pytest # optional
46+
# name: codecov-umbrella # optional
47+
# fail_ci_if_error: true # optional (default = false)
48+
# verbose: true # optional (default = false)

0 commit comments

Comments
 (0)