Skip to content

Commit

Permalink
Merge pull request #136 from flutter-form-builder-ecosystem/dependabo…
Browse files Browse the repository at this point in the history
…t/github_actions/codecov/codecov-action-5

Bump codecov/codecov-action from 4 to 5
  • Loading branch information
deandreamatias authored Dec 19, 2024
2 parents aab7491 + 3133526 commit 8f2282c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,7 @@ jobs:
- name: Check publish warnings
run: dart pub publish --dry-run
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
uses: codecov/codecov-action@v5
with:
files: coverage/lcov.info
flags: unittests
Expand Down

0 comments on commit 8f2282c

Please sign in to comment.