Mercurial > p > roundup > code
diff .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 |
line wrap: on
line diff
--- a/.codecov.yml Sat Apr 06 09:56:37 2019 -0400 +++ b/.codecov.yml Sat Apr 06 10:20:19 2019 -0400 @@ -7,6 +7,7 @@ # code, or are deprecated. ignore: - "roundup/cgi/TAL/talgettext.py" # utility command + - "roundup/cgi/TAL/DummyEngine.py" # test harness - "roundup/cgi/apache.py" # mod_python is deprecated - "roundup/install_util.py" # another build utlity - "roundup/dist" # more build utils
