Mercurial > p > roundup > code
diff .codecov.yml @ 5693:41451bfae756
See if we can ignore some items in codecov that we don't care about
testing.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 06 Apr 2019 09:56:37 -0400 |
| parents | |
| children | c3ffa1ef6b7f |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.codecov.yml Sat Apr 06 09:56:37 2019 -0400 @@ -0,0 +1,12 @@ +# - "path/to/folder" # ignore folders and all its contents +# - "test_*.rb" # wildcards accepted +# - "**/*.py" # glob accepted +# - "[a-z]+/test_.*" # regexp accepted + +# ignore files that are build utils and not executed +# code, or are deprecated. +ignore: + - "roundup/cgi/TAL/talgettext.py" # utility command + - "roundup/cgi/apache.py" # mod_python is deprecated + - "roundup/install_util.py" # another build utlity + - "roundup/dist" # more build utils
