Skip to content

Commit

Permalink
Updated codecov CI version
Browse files Browse the repository at this point in the history
  • Loading branch information
Gold872 committed Dec 19, 2024
1 parent 08deead commit 17c039e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/elastic-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,10 @@ jobs:
run: flutter test --coverage

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
uses: codecov/codecov-action@v5
with:
files: coverage/lcov.info
token: ${{ secrets.CODECOV_TOKEN }}
build:
strategy:
fail-fast: false
Expand Down

0 comments on commit 17c039e

Please sign in to comment.