diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7bca027538438922ec0161bea3f20878a0333ca9..0f5cdac114068062e3c192b5a3c5af208c50804c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,11 +24,11 @@ exitcode-jessie: - python setup.py install - coverage erase - coverage run --include=tupak/* -a test/detector_tests.py - #- coverage run --omit=tupak/* -a test/example_tests.py + - coverage run --omit=tupak/* -a test/example_tests.py - coverage run --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 --omit=tupak/* -a test/tests.py + - coverage run --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