Skip to content

Commit

Permalink
updated coverage cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
maximtrp committed Nov 6, 2023
1 parent 71414e3 commit 666e25b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
python -m pip install .[test]
- name: Testing with pytest and measuring coverage
run: |
coverage run --source src -m pytest .
coverage run --source scikit_posthocs -m pytest .
coverage xml
- name: Reporting coverage to Codacy
uses: codacy/codacy-coverage-reporter-action@0.2.0
Expand Down

0 comments on commit 666e25b

Please sign in to comment.