Skip to content

Commit

Permalink
Merge branch 'master' into user-detail
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault committed May 1, 2021
2 parents 56bd818 + eba68ed commit 1167b2c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,20 @@ omit =
magpie/alembic/*
magpie/typedefs.py

[coverage:report]
exclude_lines =
pragma: no cover
raise AssertionError
raise NotImplementedError
if TYPE_CHECKING:
if LOGGER.isEnabledFor
LOGGER.debug
LOGGER.info
LOGGER.warning
LOGGER.error
LOGGER.exception
LOGGER.log

[tool:pytest]
addopts =
--strict-markers
Expand Down

0 comments on commit 1167b2c

Please sign in to comment.