libp2p / cpp-libp2p

C++17 implementation of libp2p
Apache License 2.0
364 stars 99 forks source link

Enable Code Coverage #112

Closed igor-egorov closed 3 years ago

igor-egorov commented 3 years ago

The PR turns on a separate target within Github Actions for composing coverage reports and submitting them to codecov.io.

Codecov.io bot is going to comment on all PRs to the master branch which are to be merged later on. It is silent at that particular PR due to the absence of a baseline coverage report from the master branch, since this PR is not yet merged.

The latest version of CodeCoverage.cmake is taken from here.