Skip to content

Commit b71e6c8

Browse files
committed
build: ignore coverage.lcov from ad-hoc runs
1 parent 047fc56 commit b71e6c8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
# Data files we should ignore in the root, but need for gold files.
1515
/coverage.xml
1616
/coverage.json
17+
/coverage.lcov
1718

1819
# Stuff generated by editors.
1920
.idea/

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ clean: debug_clean _clean_platform ## Remove artifacts of test execution, instal
3636
@rm -f coverage/*,cover
3737
@rm -f MANIFEST
3838
@rm -f .coverage .coverage.* .metacov*
39-
@rm -f coverage.xml coverage.json
39+
@rm -f coverage.xml coverage.json coverage.lcov
4040
@rm -f .tox/*/lib/*/site-packages/a0_metacov.pth
4141
@rm -f */.coverage */*/.coverage */*/*/.coverage */*/*/*/.coverage */*/*/*/*/.coverage */*/*/*/*/*/.coverage
4242
@rm -f tests/covmain.zip tests/zipmods.zip tests/zip1.zip

0 commit comments

Comments
 (0)