We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9f7c60 commit 11f4a34Copy full SHA for 11f4a34
1 file changed
tasks.py
@@ -58,4 +58,4 @@ def setup_pre_commit(ctx: Context) -> None:
58
59
@task
60
def test(ctx: Context) -> None:
61
- ctx.run("poetry run pytest -vvv --cov=cachegalileo --cov-report=xml", **COMMON_PARAMS)
+ ctx.run("poetry run pytest -vvv --cov=gcache --cov-report=xml", **COMMON_PARAMS)
0 commit comments