We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 146dc91 commit 17736ccCopy full SHA for 17736cc
2 files changed
.github/workflows/build.yml
@@ -25,7 +25,6 @@ jobs:
25
- name: Test
26
run: |
27
pytest -n auto -x -rA --cov=./ --cov-report xml
28
+ - uses: actions/checkout@v2
29
- name: Codecov
30
uses: codecov/codecov-action@v2
- with:
31
- token: ${{ secrets.CODECOV_TOKEN }}
codecov.yml
@@ -0,0 +1,5 @@
1
+coverage:
2
+ ignore:
3
+ - "test/.*"
4
+
5
+comment: off
0 commit comments