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 a31efb4 commit 7e3c53fCopy full SHA for 7e3c53f
.github/workflows/web.yaml
@@ -97,12 +97,12 @@ jobs:
97
98
# Run all unit-tests with code coverage
99
- name: Run unit tests
100
- run: flutter test --coverage --platform chrome
+ run: flutter test --platform chrome
101
working-directory: ${{env.source-directory}}
102
103
- # Upload code coverage information
104
- - uses: codecov/codecov-action@v1
105
- with:
106
- file: ${{env.source-directory}}/coverage/lcov.info # optional
107
- name: CachedNetworkImage (Web) # optional
108
- fail_ci_if_error: true
+# # Upload code coverage information
+# - uses: codecov/codecov-action@v1
+# with:
+# file: ${{env.source-directory}}/coverage/lcov.info # optional
+# name: CachedNetworkImage (Web) # optional
+# fail_ci_if_error: true
0 commit comments