Mercurial > p > roundup > code
comparison .codecov.yml @ 5694:c3ffa1ef6b7f
Exclude cgi/TAL/DummyEngine.py as it looks like a test harness.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 06 Apr 2019 10:20:19 -0400 |
| parents | 41451bfae756 |
| children | 5f0463897afc |
comparison
equal
deleted
inserted
replaced
| 5693:41451bfae756 | 5694:c3ffa1ef6b7f |
|---|---|
| 5 | 5 |
| 6 # ignore files that are build utils and not executed | 6 # ignore files that are build utils and not executed |
| 7 # code, or are deprecated. | 7 # code, or are deprecated. |
| 8 ignore: | 8 ignore: |
| 9 - "roundup/cgi/TAL/talgettext.py" # utility command | 9 - "roundup/cgi/TAL/talgettext.py" # utility command |
| 10 - "roundup/cgi/TAL/DummyEngine.py" # test harness | |
| 10 - "roundup/cgi/apache.py" # mod_python is deprecated | 11 - "roundup/cgi/apache.py" # mod_python is deprecated |
| 11 - "roundup/install_util.py" # another build utlity | 12 - "roundup/install_util.py" # another build utlity |
| 12 - "roundup/dist" # more build utils | 13 - "roundup/dist" # more build utils |
