Files
shorebird/.github/codecov.yml
T
2025-02-03 16:02:23 -06:00

25 lines
706 B
YAML

# Validate with:
# curl -X POST --data-binary @codecov.yml https://codecov.io/validate
# See https://docs.codecov.com/docs/flags
coverage:
status:
project:
default:
target: 100%
patch:
default:
target: 100%
ignore:
# Ignore coverage for generated code (e.g. json_serializable).
- "**/**.g.dart"
# Packages in third_party don't have 100% coverage, which shouldn't prevent
# us from landing. Ideally, this would be configured to allow a non-100% base
# and enforce that all changes have 100% coverage of affected lines.
- third_party
flag_management:
default_rules: # the rules that will be followed for any flag added, generally
carryforward: true