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
In GitHub CI, I'm using grcov to generate raw coverage data and Codecov to view metrics.
I have written unit tests with comments for a few simple problems and noticed that asserts with comments are shown as uncovered. For example, in this and this case, I ran cargo fmt locally then pushed the changes.
In this case, I did not run cargo fmt - pushed the changes directly. Not sure what the problem is here
In GitHub CI, I'm using
grcov
to generate raw coverage data and Codecov to view metrics.I have written unit tests with comments for a few simple problems and noticed that asserts with comments are shown as uncovered. For example, in this and this case, I ran
cargo fmt
locally then pushed the changes.In this case, I did not run
cargo fmt
- pushed the changes directly. Not sure what the problem is hereThe complete list is here
The text was updated successfully, but these errors were encountered: