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 d35c08e commit c40acdaCopy full SHA for c40acda
.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@4fe8c5f003fae66aa5ebb77cfd3e7bfbbda0b6b0
+ uses: codecov/codecov-action@ab904c41d6ece82784817410c45d8b8c02684457
27
with:
28
files: packages/flutter/coverage/lcov.info
29
verbose: true
0 commit comments