We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7b3639 commit 49873fdCopy full SHA for 49873fd
.github/workflows/coverage.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: ./bin/flutter test --coverage
24
run: pushd packages/flutter;../../bin/flutter test --coverage -j 1;popd
25
- name: upload coverage
26
- uses: codecov/codecov-action@125fc84a9a348dbcf27191600683ec096ec9021c
+ uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673
27
with:
28
files: packages/flutter/coverage/lcov.info
29
verbose: true
0 commit comments