Skip to content

Commit

Permalink
fixed coverage action command
Browse files Browse the repository at this point in the history
  • Loading branch information
christophevg committed Apr 1, 2024
1 parent f9b4c3e commit 2055655
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
ruff check --output-format=github --target-version=py38 .
- name: Test with PyTest and generate coverage report
run: |
coverage run pytest
coverage run -m pytest
coverage lcov
- name: Coveralls
uses: coverallsapp/github-action@v2
2 changes: 1 addition & 1 deletion pypi_template/templates/(dot)github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
ruff check --output-format=github --target-version=py38 .
- name: Test with PyTest and generate coverage report
run: |
coverage run pytest
coverage run -m pytest
coverage lcov
- name: Coveralls
uses: coverallsapp/github-action@v2

0 comments on commit 2055655

Please sign in to comment.