Skip to content

Commit 98acdaa

Browse files
Bump codecov/codecov-action from 4.5.0 to 5.0.0
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.5.0 to 5.0.0. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v4.5.0...v5.0.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6cb9f97 commit 98acdaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,6 @@ jobs:
8181
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
8282

8383
- name: ⬆️ Upload coverage reports to Codecov
84-
uses: codecov/codecov-action@v4.5.0
84+
uses: codecov/codecov-action@v5.0.0
8585
with:
8686
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)