Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/report_pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

- name: Post PyTest Coverage Comment
id: coverage_comment
uses: MishaKav/pytest-coverage-comment@v1.5.0
uses: MishaKav/pytest-coverage-comment@v1.7.1
with:
issue-number: ${{ steps.pr-context.outputs.number }}
pytest-coverage-path: pytest-coverage.txt
Expand Down Expand Up @@ -90,13 +90,13 @@ jobs:

- name: Post PyTest Coverage Comment on push
id: coverage_comment
uses: MishaKav/pytest-coverage-comment@v1.5.0
uses: MishaKav/pytest-coverage-comment@v1.7.1
with:
pytest-coverage-path: pytest-coverage.txt
junitxml-path: pytest.xml

- name: Create Coverage Badge on push to main
uses: schneegans/dynamic-badges-action@v1.7.0
uses: schneegans/dynamic-badges-action@v1.8.0
with:
auth: ${{ secrets.GIST_SECRET }}
gistID: 6296bce292048be38f06cc216719f558
Expand Down
Loading