-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: float patch for branch/function coverage merge bug (#56)
- Loading branch information
Showing
5 changed files
with
38 additions
and
26 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 |
---|---|---|
@@ -1,4 +1,10 @@ | ||
language: node_js | ||
os: | ||
- linux | ||
- osx | ||
# need to figure out why offsets | ||
# are slightly off on Windows. | ||
# - windows | ||
node_js: | ||
- "10.10" | ||
after_success: npm run coverage | ||
- "11" | ||
after_success: npm run coverage |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,17 +32,17 @@ | |
"author": "Ben Coe <[email protected]>", | ||
"license": "ISC", | ||
"dependencies": { | ||
"@c88/v8-coverage": "^0.1.0", | ||
"@bcoe/v8-coverage": "^0.1.0", | ||
"find-up": "^3.0.0", | ||
"foreground-child": "^1.5.6", | ||
"furi": "^1.0.0", | ||
"furi": "^1.3.0", | ||
"istanbul-lib-coverage": "^2.0.1", | ||
"istanbul-lib-report": "^2.0.1", | ||
"istanbul-reports": "^2.0.0", | ||
"rimraf": "^2.6.2", | ||
"test-exclude": "^5.0.0", | ||
"uuid": "^3.3.2", | ||
"v8-to-istanbul": "^2.0.0", | ||
"v8-to-istanbul": "^2.0.1", | ||
"yargs": "^12.0.2", | ||
"yargs-parser": "^10.1.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