mirror of
https://github.com/jlblancoc/nanoflann.git
synced 2026-01-16 21:01:17 +01:00
13 lines
435 B
YAML
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.
|