Skip to content

Commit

Permalink
fix coverage name
Browse files Browse the repository at this point in the history
  • Loading branch information
mdekstrand committed Feb 20, 2024
1 parent 9610087 commit d441945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
pip install -e '.[test]'
- name: Run tests
run: python -m pytest --cov=parinoke --cov-report=xml tests
run: python -m pytest --cov=parinvoke --cov-report=xml tests

- name: Save test results
uses: lenskit/lkbuild/actions/save-test-results@main
Expand Down

0 comments on commit d441945

Please sign in to comment.