Skip to content

Commit

Permalink
Merge branch 'master' into none-macro
Browse files Browse the repository at this point in the history
  • Loading branch information
bigcat88 committed Jun 28, 2024
2 parents a526d21 + 83ad8e1 commit 4be54d1
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 @@ -75,7 +75,7 @@ jobs:
if-no-files-found: error

- name: Upload report to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
if-no-files-found: error

- name: Upload report to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
if-no-files-found: error

- name: Upload report to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml
Expand Down Expand Up @@ -195,7 +195,7 @@ jobs:
if-no-files-found: error

- name: Upload report to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml
Expand Down Expand Up @@ -267,7 +267,7 @@ jobs:
if-no-files-found: error

- name: Upload report to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml
Expand Down Expand Up @@ -312,7 +312,7 @@ jobs:
if-no-files-found: error

- name: Upload report to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml
Expand Down Expand Up @@ -373,7 +373,7 @@ jobs:
if-no-files-found: error

- name: Upload report to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml
Expand Down

0 comments on commit 4be54d1

Please sign in to comment.