Files
Notes/notes-service/vendor/bytesize/codecov.yml
T
2026-08-01 16:11:49 +03:00

17 lines
271 B
YAML

comment: false
coverage:
status:
project:
default:
threshold: 100% # make CI green
patch:
default:
threshold: 100% # make CI green
# ignore code coverage on following paths
ignore:
- "**/tests"
- "**/benches"
- "**/examples"