add codecov.yml

This commit is contained in:
Jose Luis Blanco-Claraco
2025-11-16 10:56:10 +01:00
parent 3d246a0169
commit 59934857ed

12
codecov.yml Normal file
View 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.