You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To see in a PR the new/changed code that is not covered by any tests.
Implementation details
Add a separate job that uses cargo-tarpoulin to gather the coverage data and coveralls.io or codecov.io to post the report in a PR comment. I've used both and they do the job fine.
The text was updated successfully, but these errors were encountered:
Motivation
To see in a PR the new/changed code that is not covered by any tests.
Implementation details
Add a separate job that uses
cargo-tarpoulin
to gather the coverage data and coveralls.io or codecov.io to post the report in a PR comment. I've used both and they do the job fine.The text was updated successfully, but these errors were encountered: