Skip to content

Commit

Permalink
update coverage yml
Browse files Browse the repository at this point in the history
  • Loading branch information
codeskyblue committed Nov 10, 2023
1 parent 2fb8471 commit 4a2d47b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
coverage run -m pytest -v tests/
coverage xml
coverage report
- name: Run tests with coverage
uses: orgoro/[email protected]
with:
coverageFile: coverage.xml
token: ${{ secrets.GITHUB_TOKEN }}
#- name: Run tests with coverage
# uses: orgoro/[email protected]
# with:
# coverageFile: coverage.xml
# token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 4a2d47b

Please sign in to comment.