Skip to content

Commit

Permalink
Trying to fix coverage omit
Browse files Browse the repository at this point in the history
  • Loading branch information
max-pfeiffer committed Jan 6, 2024
1 parent 7bf0114 commit f89811f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ testpaths = [

# https://coverage.readthedocs.io/en/latest/config.html
[tool.coverage.run]
omit = "{{cookiecutter.project_slug}}"
omit = ["{{cookiecutter.project_slug}}"]

[tool.black]
line-length = 80
Expand Down

0 comments on commit f89811f

Please sign in to comment.