Skip to content

Commit 5993485

Browse files
committed
add codecov.yml
1 parent 3d246a0 commit 5993485

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

codecov.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
ignore:
2+
- "tests/"
3+
- "examples/"
4+
- "build/" # Ignore any build artifacts
5+
- "scripts/" # Ignore helper scripts
6+
7+
# Pull Request Comment Configuration (Optional)
8+
# This controls the comment that Codecov posts on your pull requests.
9+
comment:
10+
layout: "reach, diff, files"
11+
behavior: default # "default" will update an existing comment or post a new one.
12+
require_changes: false # Post a comment even if coverage did not change.

0 commit comments

Comments
 (0)