Skip to content

Commit

Permalink
fix arguments for codecov action
Browse files Browse the repository at this point in the history
  • Loading branch information
fdintino committed Dec 17, 2024
1 parent 04ea684 commit b38385f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
- name: Upload coverage
uses: codecov/codecov-action@v5
with:
file: ./coverage.xml
files: ./coverage.xml

msys:
runs-on: windows-latest
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:
- name: Upload coverage
uses: codecov/codecov-action@v5
with:
file: ./coverage.xml
files: ./coverage.xml
flags: GHA_Windows
name: "MSYS2 MinGW"
success:
Expand Down

0 comments on commit b38385f

Please sign in to comment.