Skip to content

Commit ecc4b40

Browse files
committed
Remove code coverage step
1 parent 328bd4f commit ecc4b40

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

.github/workflows/geocoding.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,3 @@ jobs:
6565
- name: Run unit tests
6666
run: flutter test --coverage
6767
working-directory: ${{env.source-directory}}
68-
69-
# Upload code coverage information
70-
- uses: codecov/codecov-action@v1
71-
with:
72-
file: ${{env.source-directory}}/coverage/lcov.info # optional
73-
name: geocoding (App Facing Package) # optional
74-
fail_ci_if_error: true

.github/workflows/geocoding_platform_interface.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,3 @@ jobs:
5454
- name: Run unit tests
5555
run: flutter test --coverage
5656
working-directory: ${{env.source-directory}}
57-
58-
# Upload code coverage information
59-
- uses: codecov/codecov-action@v1
60-
with:
61-
file: ${{env.source-directory}}/coverage/lcov.info # optional
62-
name: geocoding_platform_interface (Platform Interface Package) # optional
63-
fail_ci_if_error: true

0 commit comments

Comments
 (0)