Skip to content

Commit 7485b0d

Browse files
committed
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.
1 parent 139ba95 commit 7485b0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.codecov.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ ignore:
1111
- "roundup/cgi/apache.py" # mod_python is deprecated
1212
- "roundup/install_util.py" # another build utlity
1313
- "roundup/dist" # more build utils
14+
- "roundup/test" # code used for testing

0 commit comments

Comments
 (0)