Mercurial > p > roundup > code
diff .codecov.yml @ 6362:5f0463897afc
Add roundup/test to list of files to ignore for code coverage.
These files were moved over from test to allow testing an installed
tracker. They should not be included in codecov stats.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Tue, 30 Mar 2021 12:45:09 -0400 |
| parents | c3ffa1ef6b7f |
| children | f786abac77d5 |
line wrap: on
line diff
--- a/.codecov.yml Tue Mar 30 14:16:28 2021 +0200 +++ b/.codecov.yml Tue Mar 30 12:45:09 2021 -0400 @@ -11,3 +11,4 @@ - "roundup/cgi/apache.py" # mod_python is deprecated - "roundup/install_util.py" # another build utlity - "roundup/dist" # more build utils + - "roundup/test" # code used for testing
