Skip to content

Commit

Permalink
Add coveragerc
Browse files Browse the repository at this point in the history
  • Loading branch information
hgrecco committed May 26, 2022
1 parent d5f9afb commit 3899e0b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[run]
source = flexparser
omit = flexparser/testsuite/*

[report]
exclude_lines =
@abstractmethod
@abc.abstractmethod

# Have to re-enable the standard pragma
pragma: no cover
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repos:
- id: end-of-file-fixer
- id: check-yaml
- repo: https://github.com/psf/black
rev: 21.12b0
rev: 22.3.0
hooks:
- id: black
- repo: https://github.com/pycqa/isort
Expand Down

0 comments on commit 3899e0b

Please sign in to comment.