Skip to content

Commit

Permalink
Merge 79911e9 into 96a89c4
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Oct 15, 2023
2 parents 96a89c4 + 79911e9 commit 395887e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
name: test-result
path: pytest-${{ matrix.test }}.xml
- uses: coverallsapp/github-action@v2
if: ${{ github.event.type != 'PullRequestEvent' }}
with:
file: coverage-${{ matrix.test }}.xml
flag-name: ${{ matrix.test }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- functional
- acceptance
steps:
- uses: dorny/test-reporter@v1.6.0
- uses: dorny/test-reporter@v1.7.0
with:
artifact: test-result
name: ${{ matrix.test }}
Expand Down

0 comments on commit 395887e

Please sign in to comment.