Closed fasmat closed 5 days ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 79.9%. Comparing base (
86ac1f4
) to head (7525500
). Report is 4 commits behind head on develop.
:white_check_mark: All tests successful. No failed tests found.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
The report can be found here: https://app.codecov.io/gh/spacemeshos/go-spacemesh/tests/add-test-tracking-codecov
bors merge
Motivation
The changes in this PR allow us to better keep track of flaky tests in our CI.
Description
I modified the
coverage
job to usegotestsum
to create both a coverage report incover.out
and a junit report injunit.xml
, which is then uploaded tocodecov
to track tests.Test Plan
manual: code coverage workflow succeeds and data is uploaded to codecov
TODO