Skip to content

Commit

Permalink
Move coverage measurement settings to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
raimon49 committed Jul 18, 2024
1 parent 970e7e2 commit ccee7cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .coveragerc

This file was deleted.

3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,6 @@ universal = 0

[tool.pytest.ini_options]
addopts = "--pycodestyle -v --cov mkdocssafetext"

[tool.coverage.run]
omit = ["mkdocssafetext/__init__.py", "mkdocssafetext/plugin.py"]

0 comments on commit ccee7cf

Please sign in to comment.