use codecov projects (#4120)

This commit is contained in:
Maximilian Hils 2020-07-30 13:36:02 +02:00 committed by GitHub
parent 2e4eed2d2c
commit b1e1b1f66b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 2 deletions

View File

@ -66,7 +66,6 @@ jobs:
with:
file: ./coverage.xml
name: ${{ matrix.os }}
fail_ci_if_error: false
test-unsupported-python-version:
runs-on: ubuntu-latest
steps:
@ -142,7 +141,6 @@ jobs:
with:
file: ./web/coverage/coverage-final.json
name: web
fail_ci_if_error: false
docs:
env:

View File

@ -1 +1,15 @@
comment: off
coverage:
status:
project:
default: false # disable the default status that measures entire project
python:
threshold: 0.1%
paths:
- "!web/"
web:
paths:
- "web/"
codecov:
notify:
after_n_builds: 6