File tree Expand file tree Collapse file tree 6 files changed +9
-1
lines changed Expand file tree Collapse file tree 6 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,9 @@ inputs:
13
13
description : Minimum coverage percentage
14
14
required : false
15
15
default : ' 0'
16
+ token :
17
+ description : Codecov token
18
+ required : true
16
19
17
20
runs :
18
21
using : composite
29
32
with :
30
33
name : ${{ inputs.coverage != '' }}
31
34
files : ./${{ inputs.directory }}/coverage/lcov.info
32
- token : ${{ secrets.CODECOV_TOKEN }}
35
+ token : ${{ inputs.token }}
33
36
34
37
-
uses :
VeryGoodOpenSource/very_good_coverage@c953fca3e24a915e111cc6f55f03f756dcb3964c # [email protected]
35
38
if : ${{ inputs.coverage != '' }}
Original file line number Diff line number Diff line change 44
44
- uses : ./.github/actions/coverage
45
45
if : runner.os == 'Linux' && matrix.sdk == 'stable'
46
46
with :
47
+ token : ${{ secrets.CODECOV_TOKEN }}
47
48
directory : dart
48
49
coverage : sentry
49
50
min-coverage : 85
Original file line number Diff line number Diff line change 45
45
- uses : ./.github/actions/coverage
46
46
if : runner.os == 'Linux' && matrix.sdk == 'stable'
47
47
with :
48
+ token : ${{ secrets.CODECOV_TOKEN }}
48
49
directory : dio
49
50
coverage : sentry_dio
50
51
min-coverage : 81
Original file line number Diff line number Diff line change 47
47
- uses : ./.github/actions/coverage
48
48
if : runner.os == 'Linux' && matrix.sdk == 'stable'
49
49
with :
50
+ token : ${{ secrets.CODECOV_TOKEN }}
50
51
directory : file
51
52
coverage : sentry_file
52
53
min-coverage : 55
Original file line number Diff line number Diff line change 46
46
- uses : ./.github/actions/coverage
47
47
if : runner.os == 'Linux' && matrix.sdk == 'stable'
48
48
with :
49
+ token : ${{ secrets.CODECOV_TOKEN }}
49
50
directory : hive
50
51
coverage : sentry_hive
51
52
min-coverage : 55
Original file line number Diff line number Diff line change 45
45
- uses : ./.github/actions/coverage
46
46
if : runner.os == 'Linux' && matrix.sdk == 'stable'
47
47
with :
48
+ token : ${{ secrets.CODECOV_TOKEN }}
48
49
directory : logging
49
50
coverage : sentry_logging
50
51
min-coverage : 90
You can’t perform that action at this time.
0 commit comments