File tree Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 57
57
# Run all unit-tests with code coverage
58
58
- name : Run unit tests
59
59
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}}
Original file line number Diff line number Diff line change 1
1
## 5.0.1
2
2
3
- * Updated example project
3
+ * Updated example project Gradle build versions.
4
4
* Updated Android package to version 1.1.0 (Flutter 3.29.0 support)
5
+ * Removed codecov from workflow (ratelimits)
5
6
6
7
## 5.0.0
7
8
You can’t perform that action at this time.
0 commit comments