Skip to content

Commit d83354a

Browse files
committed
removed codecov from workflow
1 parent daae6c3 commit d83354a

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

.github/workflows/google_api_availability.yaml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,4 @@ jobs:
5757
# Run all unit-tests with code coverage
5858
- name: Run unit tests
5959
run: flutter test --coverage
60-
working-directory: ${{env.source-directory}}
61-
62-
# Upload code coverage information
63-
- uses: codecov/codecov-action@v2
64-
with:
65-
file: ${{env.source-directory}}/coverage/lcov.info # optional
66-
name: Google API Availability (App Facing Package) # optional
67-
fail_ci_if_error: true
60+
working-directory: ${{env.source-directory}}

google_api_availability/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
## 5.0.1
22

3-
* Updated example project
3+
* Updated example project Gradle build versions.
44
* Updated Android package to version 1.1.0 (Flutter 3.29.0 support)
5+
* Removed codecov from workflow (ratelimits)
56

67
## 5.0.0
78

0 commit comments

Comments
 (0)