Skip to content

Commit d5c86aa

Browse files
committed
Disable codecov. Ref #2727.
1 parent 16fbd71 commit d5c86aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
- name: Run tests
2626
run: tox -- --cov-report xml
2727
- name: Publish coverage
28+
if: false # disabled for #2727
2829
uses: codecov/codecov-action@v1
2930
with:
3031
flags: >- # Mark which lines are covered by which envs

0 commit comments

Comments
 (0)