-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Escaped asterisk in 2450 display.settext (#2) * Updated documentation for all items in 2450 trigger.* (#4) * Standardized wording of trigger line reset() functions (#6) * Inclusion of Lua 5.0.3 keywords, standard library, and select sub-libraries (#12) * Updated 2450 smu-source and smu-enums (#15) * Corrected README anchor link for supported instruments (#16) * Changed how signatures are matched (#17) * Created an instrument documentation provider (#19) * Added two missing 2450 namespaces (#20) * Removed unnecessary asterisk escapes (#21) * Extracted server handlers into a ContentParser class (#22) * Updated CHANGELOG for PRs #20 & #21 * Travis CI support (#23) * Added Codecov support (#24) * Updated package files to v0.4.1
- Loading branch information
Showing
213 changed files
with
14,026 additions
and
6,434 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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
comment: | ||
layout: "header, diff, files" | ||
behavior: default | ||
require_changes: no | ||
|
||
coverage: | ||
range: 80..100 | ||
round: down | ||
precision: 2 | ||
|
||
status: | ||
project: | ||
default: | ||
target: 90% | ||
threshold: 2% | ||
patch: yes | ||
changes: no |
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 |
---|---|---|
@@ -0,0 +1,30 @@ | ||
language: node_js | ||
|
||
node_js: | ||
- "node" | ||
- "lts/*" | ||
|
||
branches: | ||
# only master, dev, and tagged commits | ||
only: | ||
- master | ||
- dev | ||
- /^v\d+\.\d+(\.\d+)?(-\S*)?$/ | ||
|
||
cache: | ||
directories: | ||
- "node_modules" | ||
- "server/node_modules" | ||
|
||
install: | ||
- npm install --devDependencies | ||
|
||
before_script: | ||
- npm run compile | ||
|
||
script: | ||
- npm run lint | ||
- npm run test:coverage | ||
|
||
after_success: | ||
- bash <(curl -s https://codecov.io/bash) |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Oops, something went wrong.