Skip to content

Commit

Permalink
Merge branch 'main' into create-pull-request/maintenance-v0
Browse files Browse the repository at this point in the history
  • Loading branch information
kddejong authored Apr 30, 2024
2 parents 3c711a8 + 0fdeec8 commit 4353d10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ jobs:
tox -e type
tox -e py
env:
COVERAGE_FILE: ".coverage.${{ matrix.python }}"
COVERAGE_FILE: .coverage.${{ matrix.python }}.xml
- name: Store coverage file
uses: actions/upload-artifact@v4
if: matrix.os == 'ubuntu-latest'
with:
name: coverage-${{ matrix.python }}
path: .coverage.${{ matrix.python }}
path: .coverage.${{ matrix.python }}.xml
integration:
runs-on: ${{ matrix.os }}
strategy:
Expand Down

0 comments on commit 4353d10

Please sign in to comment.