| # NOTE: we currently want to see coverage but not enforce it. | |
| # | |
| # See https://docs.codecov.com/docs/common-recipe-list#set-non-blocking-status-checks | |
| coverage: | |
| status: | |
| project: | |
| default: | |
| informational: true | |
| patch: | |
| default: | |
| informational: true | |
| parsers: | |
| cobertura: | |
| partials_as_hits: true |