Mercurial > p > roundup > code
comparison .codecov.yml @ 7014:f786abac77d5
install_util.py is not a build utility.
It is used when installing a tracker. Don't ignore it.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Fri, 07 Oct 2022 17:32:46 -0400 |
| parents | 5f0463897afc |
| children | a8741a95645a |
comparison
equal
deleted
inserted
replaced
| 7013:050bcfc801c3 | 7014:f786abac77d5 |
|---|---|
| 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/TAL/DummyEngine.py" # test harness |
| 11 - "roundup/cgi/apache.py" # mod_python is deprecated | 11 - "roundup/cgi/apache.py" # mod_python is deprecated |
| 12 - "roundup/install_util.py" # another build utlity | |
| 13 - "roundup/dist" # more build utils | 12 - "roundup/dist" # more build utils |
| 14 - "roundup/test" # code used for testing | 13 - "roundup/test" # code used for testing |
