Add pip3 show to coverage job

This commit is contained in:
Arturo Marquez 2022-01-06 21:48:09 -06:00
parent da3b937c82
commit 86e829ec1b
No known key found for this signature in database
GPG Key ID: 4770F4929D4B560A
1 changed files with 1 additions and 0 deletions

View File

@ -68,6 +68,7 @@ coverage:
# generate cobertura report for gitlab integration
- 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
# output coverage summary for gitlab parsing