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

Commit

Permalink
Ignore emacs lisp files (#297)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
sajith committed Sep 15, 2020
1 parent 9137404 commit dd8fe1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions codecov/__init__.py
Expand Up @@ -88,6 +88,7 @@ def sanitize_arg(replacement, arg):
r"(/\.coverage.*)|"
r"(\.coveragerc)|"
r"(\.egg)|"
r"(\.el)|"
r"(\.gif)|"
r"(\.ini)|"
r"(\.less)|"
Expand Down

0 comments on commit dd8fe1a

Please sign in to comment.