Skip to content

Commit abe4398

Browse files
committed
Fixes module name
1 parent 4a8a972 commit abe4398

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/code-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ jobs:
5050
run: python -m pip install -r packaging_automation/requirements.txt
5151

5252
- name: Run code coverage
53-
run: python -m pytest --cov=packaging_automation packaging_automation/tests/test_update_pgxn.py
53+
run: python -m pytest --cov=packaging_automation packaging_automation/tests/

0 commit comments

Comments
 (0)