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:
5252 run : ./tool/travis.sh
5353 env :
5454 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
5656 - name : ${{ matrix.job }}
5757 if : runner.os == 'Windows' && matrix.job == 'main'
5858 run : pub run grinder buildbot
5959 env :
6060 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