Skip to content

Commit 442fca8

Browse files
committed
dont fear the linter
1 parent 8c46550 commit 442fca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/coverage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
source .venv/bin/activate
44

5-
package_name=$(echo $1 | tr '-' '_')
5+
package_name=$(echo "$1" | tr '-' '_')
66

77
# Run pytest with coverage reports and tee output
88
pytest --cov="src/$package_name" --cov-report=html --cov-report=term-missing . 2>&1 | tee htmlcov/coverage_report.txt

0 commit comments

Comments
 (0)