Skip to content

Commit 05bd7f4

Browse files
chore(gitignore): ignore coverage.json pytest-cov export
.gitignore already covered .coverage (the SQLite raw-data file) and htmlcov/ (the HTML export). Adding coverage.json — the JSON export produced by pytest-cov --cov-report=json — closes a small gap where that artifact would show up as untracked after every coverage run.
1 parent 7df6816 commit 05bd7f4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ __pycache__/
2323
.pytest_cache/
2424
.coverage
2525
htmlcov/
26+
coverage.json
2627

2728
# Splunk local configuration (should not be committed)
2829
local/

0 commit comments

Comments
 (0)