diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ccf8dab97..1d2fa91e0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -66,9 +66,6 @@ coverage: - grcov . --binary-path ./target/x86_64-unknown-linux-gnu/ -s . -t html --branch --ignore-not-existing --ignore "*cargo*" -o ./coverage/ # generate cobertura report for gitlab integration - grcov . --binary-path ./target/x86_64-unknown-linux-gnu/ -s . -t cobertura --branch --ignore-not-existing --ignore "*cargo*" -o coverage.xml - # output coverage summary for gitlab parsing - - apt-get update && apt-get install -y lcov - - lcov --summary coverage.xml artifacts: paths: - 'coverage'