Skip to content

Commit

Permalink
Merge branch 'master' into renovate/tj-actions-changed-files-45.x
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxymVlasov authored Jan 15, 2025
2 parents def6098 + a2ee205 commit b112e0e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/reusable-tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,8 @@ jobs:
if: >-
!cancelled()
&& steps.tox-run.outputs.test-result-files != ''
uses: test-summary/[email protected]
# yamllint disable-line rule:line-length
uses: test-summary/action@31493c76ec9e7aa675f1585d3ed6f1da69269a86 # v2.4
with:
paths: >-
${{ steps.tox-run.outputs.test-result-files }}
Expand All @@ -334,7 +335,8 @@ jobs:
&& steps.tox-run.outputs.cov-report-files != ''
&& steps.tox-run.outputs.test-result-files == ''
&& steps.tox-run.outputs.codecov-flags != 'MyPy'
uses: irongut/[email protected]
# yamllint disable-line rule:line-length
uses: irongut/CodeCoverageSummary@51cc3a756ddcd398d447c044c02cb6aa83fdae95 # v1.3.0
with:
badge: true
filename: >-
Expand Down

0 comments on commit b112e0e

Please sign in to comment.