1 2 3 4 5 6 7 8 9 10 11 12 13
# https://docs.codecov.com/docs/commit-status coverage: status: project: default: threshold: 1% # https://docs.codecov.com/docs/ignoring-paths ignore: - "examples" - "benches" # https://docs.codecov.com/docs/pull-request-comments comment: require_changes: true