Skip to content
Snippets Groups Projects
Commit 3df7087c authored by Mayr, Hannes's avatar Mayr, Hannes
Browse files

Fix regex for parsing coverage with two decimals.

parent 0f141aae
Branches
Tags
1 merge request!16Dev
......@@ -57,7 +57,7 @@ test:
script:
# - python -m unittest discover -s ./tests/ -p "test*" # deprecated unittest command
- python tests/runner_tests.py
coverage: '/TOTAL.*\s+(\d+%)$/'
coverage: '/TOTAL.*\s+(\d+\.\d+%)$/'
# - pip install tox flake8 # you can also use tox
# - tox -e py36,flake8
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment