Skip to content

Commit

Permalink
fix: cov name
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobdadams committed Dec 14, 2023
1 parent 5113721 commit 49e5fa0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ignore = ["E501"]
line-length = 120
[tool.pytest.ini_options]
minversion = "6.0"
testpaths = [ "tests", "src" ]
testpaths = ["tests", "src"]
norecursedirs = [".env", "data", "maps", ".github", ".vscode"]
console_output_style = "count"
addopts = "--ruff --cov-branch --cov=projectname --cov-report term --cov-report xml:cov.xml --instafail"
addopts = "--ruff --cov-branch --cov=wmrc --cov-report term --cov-report xml:cov.xml --instafail"

0 comments on commit 49e5fa0

Please sign in to comment.