Skip to content
Snippets Groups Projects
Commit 09125f36 authored by Tsegelnik Nikita's avatar Tsegelnik Nikita
Browse files

omit subtrees in coverage report; ignore .coverage

parent 6bb00b0a
No related branches found
No related tags found
No related merge requests found
output/
__pycache__/
.envrc
.coverage
......@@ -7,7 +7,7 @@ tests:
script:
- python3 -m pip install -r subtrees/dagflow/requirements.txt
- coverage run --source=. -m pytest
- coverage run --source=. --omit=subtrees/* -m pytest
- coverage report
- coverage xml
coverage: '/(?i)total.*? (100(?:\.0+)?\%|[1-9]?\d(?:\.\d+)?\%)$/'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment