Skip to content

Commit 17736cc

Browse files
committed
add codecov.yml file
1 parent 146dc91 commit 17736cc

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ jobs:
2525
- name: Test
2626
run: |
2727
pytest -n auto -x -rA --cov=./ --cov-report xml
28+
- uses: actions/checkout@v2
2829
- name: Codecov
2930
uses: codecov/codecov-action@v2
30-
with:
31-
token: ${{ secrets.CODECOV_TOKEN }}

codecov.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
coverage:
2+
ignore:
3+
- "test/.*"
4+
5+
comment: off

0 commit comments

Comments
 (0)