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
{{ message }}
This repository has been archived by the owner on Jun 10, 2021. It is now read-only.
I initially tried blocking with the default setting (no coverage) and it was too strict. I think we need to understand all our of partial hits, especially in the unit test files, before we enable blocking PRs based on coverage.
I have a feeling that every ASSERT_/EXPECT_ statement we use in our tests contribute to missed branch coverage, because the failure branches are never hit since our tests are always passing.
Description
CodeCov can block PRs from getting merged if a certain threshold is not met (either relative or absolute), see https://docs.codecov.io/docs/commit-status
We should agree on some value and enable this.
Test Plan
Documentation Plan
n/a
Release Plan
n/a
Acceptance Criteria
Once all above items are checked, this story can be moved to done.
Resources
The text was updated successfully, but these errors were encountered: