Skip to content
Snippets Groups Projects
Commit 3d18da74 authored by Gregory Ashton's avatar Gregory Ashton
Browse files

Make the coverage report append rather than overwrite results

parent c305b898
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -21,10 +21,11 @@ exitcode-jessie:
- pip install -r requirements.txt
- pip install coverage
- pip install coverage-badge
- coverage run test/prior_tests.py
- coverage run test/tests.py
- coverage run test/waveform_generator_tests.py
- coverage run test/noise_realisation_tests.py
- coverage erase
- coverage run -a test/prior_tests.py
- coverage run -a test/tests.py
- coverage run -a test/waveform_generator_tests.py
- coverage run -a test/noise_realisation_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