Skip to content

Commit 7e3c53f

Browse files
committed
remove coverage
1 parent a31efb4 commit 7e3c53f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/web.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,12 @@ jobs:
9797

9898
# Run all unit-tests with code coverage
9999
- name: Run unit tests
100-
run: flutter test --coverage --platform chrome
100+
run: flutter test --platform chrome
101101
working-directory: ${{env.source-directory}}
102102

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
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

0 commit comments

Comments
 (0)