Skip to content

Commit a47efe1

Browse files
committed
remove private coverage files
1 parent 2ffcd6c commit a47efe1

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.coverage

Lines changed: 0 additions & 1 deletion
This file was deleted.

.gitignore

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,14 @@ scratch/
88
.DS_Store
99
bo_eg*.png
1010
gif/
11-
htmlcov
11+
12+
# Unit test / coverage reports
13+
htmlcov/
14+
.tox/
15+
.coverage
16+
.coverage.*
1217
.cache
18+
nosetests.xml
19+
coverage.xml
20+
*,cover
21+
.hypothesis/

0 commit comments

Comments
 (0)