File tree Expand file tree Collapse file tree 2 files changed +25
-2
lines changed Expand file tree Collapse file tree 2 files changed +25
-2
lines changed Original file line number Diff line number Diff line change
1
+ coverage :
2
+ precision : 2
3
+ round : down
4
+ range : " 70...100"
5
+
6
+ status :
7
+ project : no
8
+ patch : yes
9
+ changes : no
10
+
11
+ ignore :
12
+ - " lib/src/**/*.g.dart"
13
+
14
+ # https://docs.codecov.io/docs/pull-request-comments
15
+ comment :
16
+ layout : " reach, diff, flags, files"
17
+ behavior : default
Original file line number Diff line number Diff line change 1
- name : Flutter Movie CI On push
1
+ name : Flutter Testing Tutorial CI On push
2
2
3
3
# Trigger on push
4
4
on : push
31
31
uses : actions/upload-artifact@v1
32
32
with :
33
33
name : apk
34
- path : build/app/outputs/apk/release/app-release.apk
34
+ path : build/app/outputs/apk/release/app-release.apk
35
+
36
+ - name : Collect the code coverage
37
+ uses : codecov/codecov-action@v1.0.3
38
+ with :
39
+ token : ${{secrets.CODECOV_TOKEN}} # required
40
+ file : ./coverage/lcov.info
You can’t perform that action at this time.
0 commit comments