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

Second attempt to fix coverage badge

parent 93a0dc18
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -27,11 +27,11 @@ exitcode-jessie:
- coverage run -a test/waveform_generator_tests.py
- coverage run -a test/noise_realisation_tests.py
- coverage html --include=tupak/*
- coverage-badge -o coverage.svg -f
- coverage-badge -o coverage_badge.svg -f
artifacts:
paths:
- htmlcov/
- coverage.svg
- coverage_badge.svg
pages:
stage: deploy
......@@ -39,7 +39,7 @@ pages:
- exitcode-jessie
script:
- mv htmlcov/ public/
- mv coverage.svg public/
- mv /builds/Monash/tupak/coverage_badge.svg public/
artifacts:
paths:
- public
......
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