Skip to content

Commit 11f4a34

Browse files
committed
update
1 parent c9f7c60 commit 11f4a34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ def setup_pre_commit(ctx: Context) -> None:
5858

5959
@task
6060
def test(ctx: Context) -> None:
61-
ctx.run("poetry run pytest -vvv --cov=cachegalileo --cov-report=xml", **COMMON_PARAMS)
61+
ctx.run("poetry run pytest -vvv --cov=gcache --cov-report=xml", **COMMON_PARAMS)

0 commit comments

Comments
 (0)