try to fix failing codecov checks

This commit is contained in:
Maximilian Hils 2020-08-12 17:04:50 +02:00
parent 5ebc338fde
commit 99774ad35b

View File

@ -4,10 +4,13 @@ coverage:
project: project:
default: false # disable the default status that measures entire project default: false # disable the default status that measures entire project
python: python:
target: auto
threshold: 0.1% threshold: 0.1%
paths: paths:
- "!web/" - "!web/"
web: web:
target: auto
threshold: 0.1%
paths: paths:
- "web/" - "web/"
codecov: codecov: