Skip to content

Commit e283247

Browse files
Copilotgreenc-FNAL
andcommitted
Update .gitignore to exclude Python coverage artifacts
- Remove .coverage file from repository - Add .coverage and .pytest_cache to .gitignore Co-authored-by: greenc-FNAL <[email protected]>
1 parent 7d8edc3 commit e283247

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/python/.coverage

-52 KB
Binary file not shown.

test/python/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
__pycache__
2+
.coverage
3+
.pytest_cache
24
*.pyc
35
*.pyd
46
*.pyo

0 commit comments

Comments
 (0)