Closed cymqqqq closed 4 months ago
Attention: Patch coverage is 0%
with 70 lines
in your changes missing coverage. Please review.
Project coverage is 16.9%. Comparing base (
1c5b910
) to head (d7eac9a
). Report is 1 commits behind head on master.
Files | Patch % | Lines |
---|---|---|
src/interface/iimpl.rs | 0.0% | 70 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description: warn about repeated field names in the iface impl.
RepeatWarning
enum type for warning about the repeated field name and counts.RepeatedStatus
for adding the repeated warnings into a vector.(RepeatedStatus, Vec<ImplInconsistency>)