Files
nanoflann/codecov.yml
Jose Luis Blanco-Claraco 59934857ed add codecov.yml
2025-11-16 10:56:34 +01:00

13 lines
435 B
YAML

ignore:
- "tests/"
- "examples/"
- "build/" # Ignore any build artifacts
- "scripts/" # Ignore helper scripts
# Pull Request Comment Configuration (Optional)
# This controls the comment that Codecov posts on your pull requests.
comment:
layout: "reach, diff, files"
behavior: default # "default" will update an existing comment or post a new one.
require_changes: false # Post a comment even if coverage did not change.