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

Remove redundant calculation of coverage

parent 5f6d9ae3
No related branches found
No related tags found
1 merge request!72Remove redundant calculation of coverage
......@@ -7,7 +7,6 @@ coverage:gcc10-mpi-coverage:
- cd build/gcc10-cov-mpi
- CXX=g++-10 CC=gcc-10 cmake ../.. -DCMAKE_BUILD_TYPE=Coverage
- make
- make coverage
cache:
key: "${CI_COMMIT_REF_SLUG}-gcc10-cov-mpi"
paths:
......
......@@ -7,7 +7,6 @@ coverage:gcc10-seq-coverage:
- cd build/gcc10-cov
- CXX=g++-10 CC=gcc-10 cmake ../.. -DCMAKE_BUILD_TYPE=Coverage
- make
- make coverage
cache:
key: "${CI_COMMIT_REF_SLUG}-gcc10-cov"
paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment