Skip to content

Commit

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

build(deps): bump codecov/codecov-action from 4 to 5
  • Loading branch information
deandreamatias authored Dec 18, 2024
2 parents 5176c06 + 5ef688b commit e8a0d42
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 @@ -48,9 +48,7 @@ jobs:
- name: Run tests
run: flutter test --coverage
- 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
name: flutter_form_builder
Expand Down

0 comments on commit e8a0d42

Please sign in to comment.