Skip to content

Commit 42eb6ba

Browse files
committed
typo
1 parent 59ddcd5 commit 42eb6ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ dependencies = [
149149
python = ["3.12", "3.13", "3.14"]
150150

151151
[tool.hatch.envs.test.scripts]
152-
run = "pytest {args:--cov=src/project_name --cov-report=term-missing --cov-report=xml}"
152+
run = "pytest {args:--cov=src/package_name --cov-report=term-missing --cov-report=xml}"
153153

154154
[tool.hatch.envs.style]
155155
description = """Check the style of the codebase."""

0 commit comments

Comments
 (0)