Skip to content

Commit

Permalink
build(deps): bump codecov/codecov-action from 5.3.1 to 5.4.0 (#4125)
Browse files Browse the repository at this point in the history
  • Loading branch information
sandhose authored Feb 27, 2025
2 parents 8d0eab9 + fad5430 commit 1b62792
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: make coverage

- name: Upload to codecov.io
uses: codecov/codecov-action@v5.3.1
uses: codecov/codecov-action@v5.4.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: policies/coverage.json
Expand All @@ -60,7 +60,7 @@ jobs:
run: npm run coverage

- name: Upload to codecov.io
uses: codecov/codecov-action@v5.3.1
uses: codecov/codecov-action@v5.4.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
directory: frontend/coverage/
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
grcov . --binary-path ./target/debug/deps/ -s . -t lcov --branch --ignore-not-existing --ignore '../*' --ignore "/*" -o target/coverage/tests.lcov
- name: Upload to codecov.io
uses: codecov/codecov-action@v5.3.1
uses: codecov/codecov-action@v5.4.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: target/coverage/*.lcov
Expand Down

0 comments on commit 1b62792

Please sign in to comment.