Skip to content

Commit

Permalink
🚇🩹 Update pipeline with changes action argument
Browse files Browse the repository at this point in the history
file -> files
  • Loading branch information
s-weigand committed Jan 11, 2025
1 parent d2231e2 commit 77c6a87
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
continue-on-error: true
uses: codecov/codecov-action@v5
with:
file: ./coverage.xml
files: ./coverage.xml
name: ${{ matrix.os }}-py${{ matrix.python-version }}
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:
continue-on-error: true
uses: codecov/codecov-action@v5
with:
file: ./coverage.xml
files: ./coverage.xml
name: test-pyglotaran-dev
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
Expand Down Expand Up @@ -188,7 +188,7 @@ jobs:
continue-on-error: true
uses: codecov/codecov-action@v5
with:
file: ./coverage.xml
files: ./coverage.xml
name: test-min-versions
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit 77c6a87

Please sign in to comment.