This repository was archived by the owner on Jan 10, 2023. It is now read-only.
Update to use Jest#124
Merged
eddiemoore merged 7 commits intomasterfrom Apr 4, 2019
Merged
Conversation
* master: Satisfy ESLint configuration Fixed path to npm bin folder merge package-lock.json from upstream added documentation fixed wrong fixture file names lock dependencies remove timer because slow CI servers need more than half a second before data is flowing - switch to use --pipe or -l as signal to codecov to recieve data via stdin check if the stale state was due to using the data event instead of the readable event be very explicit about exiting process and clearing timeout explicitly kill the child process after the test has run disable piping support to see how that affects CI builds disable pipe test use data event instead of readable to avoid stale state initial support for piped lcov report test for piped report
Codecov Report
@@ Coverage Diff @@
## master #124 +/- ##
===========================================
+ Coverage 46.6% 88.95% +42.35%
===========================================
Files 17 19 +2
Lines 309 317 +8
Branches 80 80
===========================================
+ Hits 144 282 +138
+ Misses 165 35 -130
Continue to review full report at Codecov.
|
|
<3 <3 @eddiemoore |
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Change to use Jest instead of Mocha.