Skip to content

Commit

Permalink
Tune up code coverage ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyklay committed Mar 18, 2020
1 parent 871389e commit a473119
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ ignore:
# ignore folders and all its contents
- ".cask/.*"
- ".github/.*"
- "test/.*"
- "test/test-.*"
10 changes: 10 additions & 0 deletions .dir-locals.el
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
;;; Directory Local Variables
;;; For more information see (info "(emacs) Directory Variables")

((nil
(sentence-end-double-space . t))
(emacs-lisp-mode
(indent-tabs-mode . nil)
(outline-regexp . ";;[;*]+[\s\t]+"))
(makefile-gmake-mode
(outline-regexp . "##")))

0 comments on commit a473119

Please sign in to comment.