hashgraph / hedera-sdk-cpp

C++ SDK for Hedera
Apache License 2.0
9 stars 15 forks source link

Integrate Code Coverage for C++ #301

Open deyanzz opened 1 year ago

deyanzz commented 1 year ago

Problem

Currently, the C++ SDK doesn't have any Code Coverage statistics during execution of the PR Checks.

Solution

To add tool for Code Coverage - sample article for Code Coverage Testing for C++

Alternatives

To miss the percentage of Code Coverage for all of the tests.

gsstoykov commented 9 months ago

Successfully generated code coverage reports locally(can be tested in the branch corresponding to the issue). Waiting for a token to integrate it to the pipeline.