-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Prepare for dartdoc 0.41.0. * Revert everything but analyzer * Disable coverage? * Turn back on coverage to get a good debug log * await coverage before quitting * Re-update all packages and disable coverage * Update changelog * Update changelog One More Time
- Loading branch information
1 parent
a9f8e07
commit e2d010e
Showing
6 changed files
with
41 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,19 +52,21 @@ jobs: | |
run: ./tool/travis.sh | ||
env: | ||
DARTDOC_BOT: ${{ matrix.job }} | ||
COVERAGE_TOKEN: true # this needs to be set to enable coverage | ||
# TODO(jcollins-g): uncomment after #2590 is fixed | ||
#COVERAGE_TOKEN: true # this needs to be set to enable coverage | ||
- name: ${{ matrix.job }} | ||
if: runner.os == 'Windows' && matrix.job == 'main' | ||
run: pub run grinder buildbot | ||
env: | ||
DARTDOC_BOT: ${{ matrix.job }} | ||
- id: coverage | ||
name: Upload coverage | ||
if: runner.os == 'Linux' && matrix.job == 'main' && matrix.sdk == 'dev' | ||
uses: coverallsapp/[email protected] | ||
with: | ||
github-token: ${{ secrets.GITHUB_TOKEN }} | ||
path-to-lcov: lcov.info | ||
- name: Echo coveralls api result | ||
if: runner.os == 'Linux' && matrix.job == 'main' && matrix.sdk == 'dev' | ||
run: echo ${{ steps.coverage.outputs['coveralls-api-result'] }} | ||
# TODO(jcollins-g): uncomment after #2590 is fixed | ||
#- id: coverage | ||
# name: Upload coverage | ||
# if: runner.os == 'Linux' && matrix.job == 'main' && matrix.sdk == 'dev' | ||
# uses: coverallsapp/[email protected] | ||
# with: | ||
# github-token: ${{ secrets.GITHUB_TOKEN }} | ||
# path-to-lcov: lcov.info | ||
#- name: Echo coveralls api result | ||
# if: runner.os == 'Linux' && matrix.job == 'main' && matrix.sdk == 'dev' | ||
# run: echo ${{ steps.coverage.outputs['coveralls-api-result'] }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
dartdoc: | ||
linkToSource: | ||
root: '.' | ||
uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v0.40.0/%f%#L%l%' | ||
uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v0.41.0/%f%#L%l%' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
// Generated code. Do not modify. | ||
const packageVersion = '0.40.0'; | ||
const packageVersion = '0.41.0'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters