File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -52,19 +52,19 @@ jobs:
52
52
run : ./tool/travis.sh
53
53
env :
54
54
DARTDOC_BOT : ${{ matrix.job }}
55
- COVERAGE_TOKEN : true # this needs to be set to enable coverage
55
+ # COVERAGE_TOKEN: true # this needs to be set to enable coverage
56
56
- name : ${{ matrix.job }}
57
57
if : runner.os == 'Windows' && matrix.job == 'main'
58
58
run : pub run grinder buildbot
59
59
env :
60
60
DARTDOC_BOT : ${{ matrix.job }}
61
- - id : coverage
62
- name : Upload coverage
63
- if : runner.os == 'Linux' && matrix.job == 'main' && matrix.sdk == 'dev'
64
- uses : coverallsapp/github-action@v1.1.2
65
- with :
66
- github-token : ${{ secrets.GITHUB_TOKEN }}
67
- path-to-lcov : lcov.info
68
- - name : Echo coveralls api result
69
- if : runner.os == 'Linux' && matrix.job == 'main' && matrix.sdk == 'dev'
70
- run : echo ${{ steps.coverage.outputs['coveralls-api-result'] }}
61
+ # - id: coverage
62
+ # name: Upload coverage
63
+ # if: runner.os == 'Linux' && matrix.job == 'main' && matrix.sdk == 'dev'
64
+ # uses: coverallsapp/github-action@v1.1.2
65
+ # with:
66
+ # github-token: ${{ secrets.GITHUB_TOKEN }}
67
+ # path-to-lcov: lcov.info
68
+ # - name: Echo coveralls api result
69
+ # if: runner.os == 'Linux' && matrix.job == 'main' && matrix.sdk == 'dev'
70
+ # run: echo ${{ steps.coverage.outputs['coveralls-api-result'] }}
You can’t perform that action at this time.
0 commit comments