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 1367a89 commit 026d3a6Copy full SHA for 026d3a6
.codecov.yml
@@ -0,0 +1,12 @@
1
+# - "path/to/folder" # ignore folders and all its contents
2
+# - "test_*.rb" # wildcards accepted
3
+# - "**/*.py" # glob accepted
4
+# - "[a-z]+/test_.*" # regexp accepted
5
+
6
+# ignore files that are build utils and not executed
7
+# code, or are deprecated.
8
+ignore:
9
+ - "roundup/cgi/TAL/talgettext.py" # utility command
10
+ - "roundup/cgi/apache.py" # mod_python is deprecated
11
+ - "roundup/install_util.py" # another build utlity
12
+ - "roundup/dist" # more build utils
0 commit comments