mirror of
https://github.com/jlblancoc/nanoflann.git
synced 2026-01-16 21:01:17 +01:00
add codecov.yml
This commit is contained in:
12
codecov.yml
Normal file
12
codecov.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
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.
|
||||
Reference in New Issue
Block a user