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

Use clang8 for coverage

For some reason, ubuntu runner fails due to some gcov-file format changes between
gcc8 and gcc7.

Since now it seems that coverage works again for both clang and gcc, one does
not care which one is used for the CI
parent 3bdfe5d4
No related branches found
No related tags found
1 merge request!24Feature/back to lcov
...@@ -9,8 +9,8 @@ variables: ...@@ -9,8 +9,8 @@ variables:
include: include:
- local: '/.gitlab-ci/gcc8-seq-dbg.yml' - local: '/.gitlab-ci/gcc8-seq-dbg.yml'
- local: '/.gitlab-ci/gcc8-seq-release.yml' - local: '/.gitlab-ci/gcc8-seq-release.yml'
- local: '/.gitlab-ci/gcc8-seq-coverage.yml' # - local: '/.gitlab-ci/gcc8-seq-coverage.yml'
- local: '/.gitlab-ci/clang8-seq-release.yml' - local: '/.gitlab-ci/clang8-seq-release.yml'
- local: '/.gitlab-ci/clang8-mpi-release.yml' - local: '/.gitlab-ci/clang8-mpi-release.yml'
# - local: '/.gitlab-ci/clang8-seq-coverage.yml' - local: '/.gitlab-ci/clang8-seq-coverage.yml'
# - local: '/.gitlab-ci/clang8-mpi-coverage.yml' - local: '/.gitlab-ci/clang8-mpi-coverage.yml'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment