diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 44f224672..0b5e543fc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -69,7 +69,7 @@ coverage: - pip3 install lcov_cobertura - grcov . --binary-path ./target/x86_64-unknown-linux-gnu/ -s . -t lcov --branch --ignore-not-existing --ignore "*cargo*" -o coverage.lcov - pip3 show lcov_cobertura - - python3 /usr/local/lib/python3.5/dist-packages/lcov_cobertura.py coverage.lcov + - python3 /usr/local/lib/python3.9/dist-packages/lcov_cobertura.py coverage.lcov # output coverage summary for gitlab parsing - lcov --summary coverage.lcov