diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4fadb264ce24219f4e8f3d5cb0e06b2cd0a7621a..085cc2af9cfeaf85f7db5111e97de84ac7289a9d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,14 +24,14 @@ exitcode-jessie: - python setup.py install - coverage erase - coverage run --include=tupak/* -a test/detector_tests.py - - coverage run --include=tupak/* --omit=tupak/* -a test/example_tests.py - - coverage run --include=tupak/* --omit=tupak/* -a test/noise_realisation_tests.py - coverage run --include=tupak/* -a test/prior_tests.py - coverage run --include=tupak/* -a test/sampler_tests.py - - coverage run --include=tupak/* --omit=tupak/* -a test/tests.py - coverage run --include=tupak/* -a test/waveform_generator_tests.py - coverage html - coverage-badge -o coverage_badge.svg -f + - coverage run --omit=* -a test/example_tests.py + - coverage run --omit=* -a test/noise_realisation_tests.py + - coverage run --omit=* -a test/tests.py # Make the documentation - pip install -r docs/requirements.txt