Skip to content
Snippets Groups Projects
Verified Commit 08192191 authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

ci: don’t rely on Makefiel target

parent 3db1ed61
No related branches found
No related tags found
No related merge requests found
...@@ -44,7 +44,7 @@ run_test_cases: ...@@ -44,7 +44,7 @@ run_test_cases:
- poetry install --no-interaction - poetry install --no-interaction
script: script:
- mkdir logs - mkdir logs
- make coverage - poetry run pytest --cov --cov-report term --cov-report xml:coverage.xml
coverage: '/(?i)total.*? (100(?:\.0+)?\%|[1-9]?\d(?:\.\d+)?\%)$/' coverage: '/(?i)total.*? (100(?:\.0+)?\%|[1-9]?\d(?:\.\d+)?\%)$/'
artifacts: artifacts:
reports: reports:
......
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