Skip to content
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

prepare for v2 #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

prepare for v2 #4

wants to merge 1 commit into from

Conversation

ahdinosaur
Copy link
Owner

  • move types into separate ./types directory
  • use bulk-require and bulkify to require in types directory
  • move test files to match
  • use nyc instead of istanbul
  • use es2040 instead of babelify
  • use object-assign instead of Object.assign

/cc @pietgeursen

- move types into separate `./types` directory
- use `bulk-require` and `bulkify` to require in types directory
- move test files to match
- use `nyc` instead of `istanbul`
- use `es2040` instead of `babelify`
- use `object-assign` instead of `Object.assign`
@codecov-io
Copy link

Codecov Report

Merging #4 into master will increase coverage by 0.49%.

@@            Coverage Diff             @@
##           master       #4      +/-   ##
==========================================
+ Coverage   97.56%   98.05%   +0.49%     
==========================================
  Files          13       28      +15     
  Lines          82      103      +21     
==========================================
+ Hits           80      101      +21     
  Misses          2        2
Impacted Files Coverage Δ
types/AllOf.js 100% <ø> (ø)
types/Error.js 100% <100%> (ø)
types/Function.js 100% <100%> (ø)
types/Integer.js 100% <100%> (ø)
types/Array.js 100% <100%> (ø)
types/Struct.js 100% <100%> (ø)
types/Date.js 100% <100%> (ø)
types/Any.js 100% <100%> (ø)
types/Not.js 100% <100%> (ø)
types/index.js 100% <100%> (ø)
... and 42 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 48405aa...28042c3. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants