Skip to content
Snippets Groups Projects
Commit f2380d21 authored by Moritz Huebner's avatar Moritz Huebner
Browse files

Fixed the coverage badge

parent b6e9e63f
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -23,10 +23,10 @@ exitcode-jessie:
- pip install coverage-badge
- python setup.py install
- coverage erase
- coverage run --source=tupak/ -a test/detector_tests.py
- coverage run --source=tupak/ -a test/prior_tests.py
- coverage run --source=tupak/ -a test/sampler_tests.py
- coverage run --source=tupak/ -a test/waveform_generator_tests.py
- coverage run --source=tupak/* -a test/detector_tests.py
- coverage run --source=tupak/* -a test/prior_tests.py
- coverage run --source=tupak/* -a test/sampler_tests.py
- coverage run --source=tupak/* -a test/waveform_generator_tests.py
- coverage run --omit=* -a test/example_tests.py
- coverage run --omit=* -a test/noise_realisation_tests.py
- coverage run --omit=* -a test/tests.py
......
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