hyperledger-iroha / iroha

Iroha - A simple, enterprise-grade decentralized ledger
https://wiki.hyperledger.org/display/iroha
Apache License 2.0
438 stars 280 forks source link

ci: Add llvm-cov parameter for sonar #5155

Closed BAStos525 closed 1 week ago

BAStos525 commented 1 week ago

Context

Possible fix for llvm-cov (instead of grcov) coverage report compatibility within the Sonarqube analysis.

Solution

Based on https://community.sonarsource.com/t/cant-get-llvm-cov-reports-to-show-up-in-sonarqube-project/20833/4 topic. We might revert back to lcov.info coverage format instead of coverage.txt. The last one is a kinda of tested and recommended.

Checklist

alexstroke1 commented 4 days ago

it didn't work

alexstroke1 commented 3 days ago

Created a new issue on devops team https://soramitsu.atlassian.net/browse/DOPS-3453