hashgraph / hedera-json-rpc-relay

Implementation of Ethereum JSON-RPC APIs for Hedera
Apache License 2.0
45 stars 60 forks source link

Configure coverage path #89

Open Nana-EC opened 2 years ago

Nana-EC commented 2 years ago

Problem

The default sonar cloud coverage looks at ./coverage/lcov.info, however this is not where the relay and server coverage is created

Solution

Add a sonar properties file as described at javascript-typescript-test-coverage to point to the correct paths. The below should suffice

sonar.javascript.lcov.reportPaths=./packages/*/coverage/lcov.info

Alternatives

No response

Nana-EC commented 1 month ago

@victor-yanev FYI