We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d246a0 commit 5993485Copy full SHA for 5993485
codecov.yml
@@ -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