Skip to content

Commit 8027df2

Browse files
committed
Disable
1 parent 3c01adc commit 8027df2

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.github/workflows/build.yaml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -339,9 +339,11 @@ jobs:
339339
run: flutter test --coverage
340340
working-directory: ${{env.source-directory}}
341341

342-
# Upload code coverage information
343-
- uses: codecov/codecov-action@v4
344-
with:
345-
files: ${{env.source-directory}}/coverage/lcov.info
346-
name: CacheManager
347-
fail_ci_if_error: true
342+
# # Upload code coverage information
343+
# - uses: codecov/codecov-action@v4
344+
# env:
345+
# CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
346+
# with:
347+
# files: ${{env.source-directory}}/coverage/lcov.info
348+
# name: CacheManager
349+
# fail_ci_if_error: true

0 commit comments

Comments
 (0)