brew/.github/codecov.yml
Mike McQuaid 510c4dce76
Improve some CI jobs
- make the CodeCov CI job informational. We don't want red PRs just
  because the coverage varies slightly. We still get comments inline
  saying where code coverage is met; this is more useful during review
  than a single number and failing status
- make the Triage CI job do less: instead of enforcing a time period for
  review window, make it only exist to self-approve PRs for merge and
  require a maintainer otherwise to review
2023-03-23 09:20:09 +00:00

11 lines
172 B
YAML

coverage:
round: nearest
status:
project:
default:
informational: true
threshold: 0.05%
patch:
default:
informational: true