Skip to content

Commit 28d14e8

Browse files
committed
Add coverage files to .gitignore and remove .coverage from tracking
1 parent 5ef275c commit 28d14e8

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.coverage

-52 KB
Binary file not shown.

.gitignore

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,13 @@ dist
1414
codegen.log
1515
Brewfile.lock.json
1616

17-
.DS_Store
17+
.DS_Store
18+
19+
# Coverage files
20+
.coverage
21+
.coverage.*
22+
htmlcov/
23+
coverage.json
24+
coverage-summary.json
25+
*.cover
26+
.pytest_cache/

0 commit comments

Comments
 (0)