Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

Commit dd8fe1a

Browse files
authored
Ignore emacs lisp files (#297)
Tahoe-LAFS project has a file named `/misc/coding_tools/coverage.el`, which is often uploaded to codecov along with the regular coverage report. I'm not sure it is doing any harm, but can't be doing anything useful either! It would be nice if codecov could ignore `.el` files.
1 parent 9137404 commit dd8fe1a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

codecov/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ def sanitize_arg(replacement, arg):
8888
r"(/\.coverage.*)|"
8989
r"(\.coveragerc)|"
9090
r"(\.egg)|"
91+
r"(\.el)|"
9192
r"(\.gif)|"
9293
r"(\.ini)|"
9394
r"(\.less)|"

0 commit comments

Comments
 (0)