Skip to content
Snippets Groups Projects
Commit 0a302344 authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Get rid of coverage page generation (actually useless)

parent bfdac028
No related branches found
No related tags found
No related merge requests found
...@@ -26,16 +26,4 @@ test:coverage: ...@@ -26,16 +26,4 @@ test:coverage:
script: script:
- cd build - cd build
- make unit_tests - make unit_tests
- make coverage-report - make coverage
pages:coverage:
stage: deploy
dependencies:
- test:coverage
script:
- rm -rf public/
- mv build/coverage/ public/
artifacts:
paths:
- public
expire_in: 30 days
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment