Omit stub from coverage
continuous-integration/drone/push Build is failing Details

master
Alexis Feron 4 days ago
parent baa9105e79
commit b7c4108bed

@ -1,3 +1,3 @@
[pytest] [pytest]
addopts = --cov=app --cov-report=term-missing --cov-report=xml addopts = --cov=app --cov-report=term-missing --cov-report=xml --cov-omit=app/stub.py
testpaths = tests testpaths = tests
Loading…
Cancel
Save