-
Notifications
You must be signed in to change notification settings - Fork 405
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Use Trusty image for build * Use XCode 9.1 * Bump vscode version to 1.1.8 * Update codecov ignored paths * Disable gcov on AppVeyor (causes long path issues) * Allow Linux builds to fail * Setting CODE_DOWNLOAD_URL won't help With all the tweaks the macOS builds seem to run more reliably then the Linux builds. However, the performance varies because of limites macOS capacity. This is covered in our GitHub setup already by not requiring the Travis build to pass for PRs. See also microsoft/vscode-extension-vscode#88
- Loading branch information
Showing
8 changed files
with
21 additions
and
11 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 |
---|---|---|
|
@@ -70,5 +70,5 @@ test_script: | |
|
||
on_finish: | ||
- del C:\projects\devhub.key | ||
- codecov | ||
- codecov --disable=gcov | ||
|
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,5 +1,13 @@ | ||
coverage: | ||
# See http://docs.codecov.io/docs/ignoring-paths | ||
ignore: | ||
# compiled output | ||
- "**/out" | ||
# dependencies | ||
- "**/node_modules" | ||
# IDEs and editors | ||
- ".vscode" | ||
# other (more specific) | ||
- "packages/salesforcedx-visualforce-markup-language-server/src/beautify" # This folder contains generated files that we have embedded | ||
- "packages/salesforcedx-visualforce-markup-language-server/src/parser/htmlTags.ts" # This file is a collection of all HTML tags | ||
- "packages/salesforcedx-visualforce-markup-language-server/src/parser/visualforceTags.ts" # This file is a collection of all Visualforce tags | ||
- "packages/salesforcedx-visualforce-markup-language-server/src/parser/visualforceTags.ts" # This file is a collection of all Visualforce tags |
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
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
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