Skip to content

Commit

Permalink
Merge pull request #21 from approvals/dependabot/github_actions/codec…
Browse files Browse the repository at this point in the history
…ov/codecov-action-5.1.2

Bump codecov/codecov-action from 4.5.0 to 5.1.2
  • Loading branch information
yelmuratoff authored Feb 21, 2025
2 parents 478d492 + 33ee483 commit 8b1a99a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,6 @@ jobs:
run: dart run test --coverage=./coverage && dart pub global run coverage:format_coverage --packages=.dart_tool/package_config.json --report-on=lib --lcov -o ./coverage/lcov.info -i ./coverage

- name: ⬆️ Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.5.0
uses: codecov/codecov-action@v5.1.2
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 8b1a99a

Please sign in to comment.