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

Update source coverage to new setup.py style

parent 03d49dd5
No related branches found
No related tags found
1 merge request!90Adds a command-line-interface to plot results files
Pipeline #
......@@ -28,12 +28,12 @@ exitcode-jessie:
# Run tests and collect coverage data
- coverage --version
- coverage erase
- coverage run --debug=trace --source=/opt/conda/lib/python3.6/site-packages/tupak/ -a test/conversion_tests.py
- coverage run --source=/opt/conda/lib/python3.6/site-packages/tupak/ -a test/detector_tests.py
- coverage run --source=/opt/conda/lib/python3.6/site-packages/tupak/ -a test/utils_tests.py
- coverage run --source=/opt/conda/lib/python3.6/site-packages/tupak/ -a test/prior_tests.py
- coverage run --source=/opt/conda/lib/python3.6/site-packages/tupak/ -a test/sampler_tests.py
- coverage run --source=/opt/conda/lib/python3.6/site-packages/tupak/ -a test/waveform_generator_tests.py
- coverage run --debug=trace --include=/opt/conda/lib/python3.6/site-packages/tupak* -a test/conversion_tests.py
- coverage run --include=/opt/conda/lib/python3.6/site-packages/tupak* -a test/detector_tests.py
- coverage run --include=/opt/conda/lib/python3.6/site-packages/tupak* -a test/utils_tests.py
- coverage run --include=/opt/conda/lib/python3.6/site-packages/tupak* -a test/prior_tests.py
- coverage run --include=/opt/conda/lib/python3.6/site-packages/tupak* -a test/sampler_tests.py
- coverage run --include=/opt/conda/lib/python3.6/site-packages/tupak* -a test/waveform_generator_tests.py
- coverage html
- coverage-badge -o coverage_badge.svg -f
# Run all other tests (no coverage data collected)
......
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