Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4071518

Browse files
committed
Don't track code coverage temporary files
While running tests with coverage enabled, files of the form.coverage.MachineName.####.###### are created temporarily. Whentests complete normally (whether or not there are failures), thesefiles are automatically removed. However, when tests are cancelledwith SIGINT (Ctrl+C), they are sometimes retained.This adds another pattern to .gitignore so that, in addition to nottracking the .coverage file that is retained after tests, theseother temporary files are also not tracked.
1 parentd46ba96 commit4071518

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ venv/
99
/lib/GitPython.egg-info
1010
cover/
1111
.coverage
12+
.coverage.*
1213
/build
1314
/dist
1415
/doc/_build

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp