Skip to content

Commit 72c3481

Browse files
committed
ignore intermediate coverage reports if tests abort abnormally
1 parent 9286b71 commit 72c3481

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ __pycache__
2626
.DS_Store
2727
\#*#
2828
.#*
29-
.coverage
29+
.coverage*
3030
.pytest_cache
3131
src
3232

0 commit comments

Comments
 (0)