Skip to content
Snippets Groups Projects
Commit df2e72cd authored by Maxim Gonchar's avatar Maxim Gonchar
Browse files

chore: update CI

parent bbb5d23c
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ tests: ...@@ -8,7 +8,7 @@ tests:
script: script:
- python3 -m pip install -r submodules/dagflow/requirements.txt - python3 -m pip install -r submodules/dagflow/requirements.txt
- mkdir output - mkdir output
- coverage run --source=. --omit=subtrees/* -m pytest - coverage run --source=. --omit=submodules/* -m pytest
- coverage report - coverage report
- coverage xml - coverage xml
coverage: '/(?i)total.*? (100(?:\.0+)?\%|[1-9]?\d(?:\.\d+)?\%)$/' 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