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
Why is this needed:
Diff coverage is the percentage of new or modified lines that are covered by tests. This provides a clear and achievable standard for code review: If you touch a line of code, that line should be covered.
Code coverage is every developer's responsibility!
So, I think CI should fail if diff coverage is below 70% or something else.
Is there a suggested solution, if so, please add it:
Codecov might support this. Need to do some research.
The text was updated successfully, but these errors were encountered:
Why is this needed:
Diff coverage is the percentage of new or modified lines that are covered by tests. This provides a clear and achievable standard for code review: If you touch a line of code, that line should be covered.
Code coverage is every developer's responsibility!
So, I think CI should fail if diff coverage is below 70% or something else.
Is there a suggested solution, if so, please add it:
Codecov might support this. Need to do some research.
The text was updated successfully, but these errors were encountered: