Skip to content

Commit

Permalink
πŸ› FIX: tool.coverage.run.source config expects list
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell authored Jan 18, 2022
1 parent 577bf60 commit 263b4f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.plugin_name}}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ filterwarnings = [
[tool.coverage.run]
# Configuration of [coverage.py](https://coverage.readthedocs.io)
# reporting which lines of your plugin are covered by tests
source="{{cookiecutter.module_name}}"
source=["{{cookiecutter.module_name}}"]

[tool.isort]
# Configuration of [isort](https://isort.readthedocs.io)
Expand Down

0 comments on commit 263b4f2

Please sign in to comment.