Skip to content

Commit

Permalink
use "files" instead of deprecated "file" in codecov action (#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
bigcat88 authored Feb 1, 2025
1 parent 26cb12e commit 9db29fc
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/analysis-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml
files: ./coverage.xml
fail_ci_if_error: true
verbose: true

Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml
files: ./coverage.xml
fail_ci_if_error: true
verbose: true

Expand Down Expand Up @@ -167,7 +167,7 @@ jobs:
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml
files: ./coverage.xml
fail_ci_if_error: true
verbose: true

Expand Down Expand Up @@ -204,7 +204,7 @@ jobs:
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml
files: ./coverage.xml
fail_ci_if_error: true
verbose: true

Expand Down Expand Up @@ -288,7 +288,7 @@ jobs:
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml
files: ./coverage.xml
fail_ci_if_error: true
verbose: true

Expand Down Expand Up @@ -334,7 +334,7 @@ jobs:
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml
files: ./coverage.xml
fail_ci_if_error: true
verbose: true

Expand Down Expand Up @@ -403,6 +403,6 @@ jobs:
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml
files: ./coverage.xml
fail_ci_if_error: true
verbose: true

0 comments on commit 9db29fc

Please sign in to comment.