-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor(core): 1.0.0-alpha #41
base: master
Are you sure you want to change the base?
Conversation
…date test spec file, increase file coverage to 100%.
Codecov Report
@@ Coverage Diff @@
## master #41 +/- ##
===========================================
+ Coverage 97.91% 100.00% +2.08%
===========================================
Files 27 1 -26
Lines 383 26 -357
Branches 69 7 -62
===========================================
- Hits 375 26 -349
+ Misses 7 0 -7
+ Partials 1 0 -1 Continue to review full report at Codecov.
|
import { Status } from '../src/result' | ||
import Runnable from '../src/runnable' | ||
import Runner, { normalizeRunOptions, RunOptions } from '../src/runner' | ||
//import { Status } from '../src/result' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is it all commented out?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am rethinking the Runner class entirely. I am aiming for generator + co-routines.
…refactor/core-v1-alpha
…from getFullDescription.
…eateResult function.
@onyx/core package rewrite for alpha release