Skip to content

Commit

Permalink
Adds --baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Mar 23, 2020
1 parent bc02dfc commit 4f85fed
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 28 deletions.
46 changes: 23 additions & 23 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 6 additions & 5 deletions setup.cfg
Expand Up @@ -106,15 +106,16 @@ addopts =
[coverage:run]
# Coverage configuration: https://coverage.readthedocs.io/

# We don't need to cover some files. They are fully checked with mypy.
# And don't contain any logic.
omit =
wemake_python_styleguide/types.py

# Here we specify plugins for coverage to be used:
plugins =
coverage_conditional_plugin

[coverage:report]
# We exclude two lines from default coverage:
exclude_lines =
\# pragma: no cover\b
^ +\.\.\.$

[coverage:coverage_conditional_plugin]
# Here we specify our pragma rules:
rules =
Expand Down

0 comments on commit 4f85fed

Please sign in to comment.