Skip to content

Commit bd4a89e

Browse files
committed
fix(ci): remove Codecov upload step from CI workflow
1 parent 0273c25 commit bd4a89e

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,6 @@ jobs:
7777
working-directory: apps
7878
run: flutter test --coverage
7979

80-
- name: 📊 Upload coverage to Codecov
81-
uses: codecov/codecov-action@v5
82-
with:
83-
file: apps/coverage/lcov.info
84-
flags: flutter
85-
fail_ci_if_error: false
86-
8780
build:
8881
name: Build Applications
8982
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)