Skip to content

Commit dadd3f5

Browse files
committed
MNT: Ignore coverage/testing summary outputs
1 parent f4fefd5 commit dadd3f5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@ dist/
4848
*.egg-info/
4949
.shelf
5050
.tox/
51-
.coverage
51+
.coverage*
52+
cov.xml
53+
test-results.xml
5254
.ropeproject/
5355
htmlcov/
5456
.*_cache/

0 commit comments

Comments
 (0)