Mercurial > p > roundup > code
comparison .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 |
comparison
equal
deleted
inserted
replaced
| 5692:80ba0693f7ef | 5693:41451bfae756 |
|---|---|
| 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 |
