github.com/quay/claircore@v1.5.28/.github/codecov.yaml (about) 1 ignore: 2 - "test" # Our test helpers largely do not have tests themselves. 3 - "**/*_string.go" # Ignore generated string implementations. 4 5 coverage: 6 status: 7 # Per-patch reporting is weird: refactors can crater the patch coverage 8 # percentage while keeping the same or better project coverage percentage. 9 patch: 10 default: 11 informational: true 12 project: 13 default: 14 threshold: 0.5% 15 16 component_management: 17 default_rules: {} 18 individual_components: 19 - component_id: datastore_packages 20 name: datastore 21 paths: 22 - datastore/** 23 - component_id: toolkit_module 24 name: toolkit 25 paths: 26 - toolkit/**