Skip to content

Commit 772a665

Browse files
authored
Disable coverage for now to see if that clears up our intermittent failures (dart-lang#2694)
1 parent 701fd8f commit 772a665

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/test.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff 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'] }}

0 commit comments

Comments
 (0)