Skip to content

Commit 9c54635

Browse files
Bump codecov/codecov-action from 3.1.0 to 3.1.1 (#113126)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@81cd2dc...d9f34f8) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2ad4dc5 commit 9c54635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: ./bin/flutter test --coverage
2626
run: pushd packages/flutter;../../bin/flutter test --coverage -j 1;popd
2727
- name: upload coverage
28-
uses: codecov/codecov-action@81cd2dc8148241f03f5839d295e000b8f761e378
28+
uses: codecov/codecov-action@d9f34f8cd5cb3b3eb79b3e4b5dae3a16df499a70
2929
with:
3030
files: packages/flutter/coverage/lcov.info
3131
verbose: true

0 commit comments

Comments
 (0)