Skip to content
Snippets Groups Projects
Commit 24e100c0 authored by Bert Palm's avatar Bert Palm 🎇
Browse files

new CI

parent ffec9392
No related branches found
No related tags found
3 merge requests!271Static expansion of regular expressions,!260Follow-Up Translations,!237Flagger Translations
......@@ -38,22 +38,28 @@ testLib:
# fuzzy testing saqc
fuzzy:
allow_failure: true
stage: test
script:
- pytest tests/fuzzy
allow_failure: true
# make (visual) coverage in gitlab merge request diff's
coverage:
allow_failure: true
stage: test
script:
- pip install pytest-cov coverage
- pytest --cov=saqc tests/core tests/flagger tests/funcs
after_script:
- coverage xml
# regex to find the coverage percentage in the job output
coverage: '/^TOTAL.+?(\d+\%)$/'
artifacts:
when: always
reports:
cobertura: coverage.xml
......
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