Skip to content
Snippets Groups Projects
Commit e926013a authored by Colm Talbot's avatar Colm Talbot
Browse files

run coverage on each file explicitly

parent 188f94d1
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -22,10 +22,10 @@ exitcode-jessie:
- pip install coverage
- pip install coverage-badge
- python setup.py install
- for test in test/*.py; do coverage run $test; done
# - coverage run test/parameter_tests.py
# - coverage run test/tests.py
# - coverage run test/waveform_generator_tests.py
# - for test in test/*.py; do coverage run $test; done
- coverage run test/parameter_tests.py
- coverage run test/tests.py
- coverage run test/waveform_generator_tests.py
- coverage html --include=peyote/*
- coverage-badge -o coverage.svg
artifacts:
......
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