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

Fix module and cjs builds #218

Merged
merged 7 commits into from
Dec 10, 2021

Conversation

make-github-pseudonymous-again
Copy link
Member

No description provided.

Missing a GitHub workflow: how do we cache builds across workflows?
Probably needs `@node-loader/babel` with `{"node": "current"}` to be
generic. Would be nice to avoid loading `regenerator-runtime` when not
necessary.
@codecov-commenter
Copy link

codecov-commenter commented Dec 10, 2021

Codecov Report

Merging #218 (c8d8859) into main (26b069e) will decrease coverage by 0.54%.
The diff coverage is 98.73%.

Impacted file tree graph

@@             Coverage Diff             @@
##              main     #218      +/-   ##
===========================================
- Coverage   100.00%   99.45%   -0.55%     
===========================================
  Files           24       25       +1     
  Lines          432      555     +123     
===========================================
+ Hits           432      552     +120     
- Misses           0        3       +3     
Impacted Files Coverage Δ
src/split.js 96.93% <97.05%> (-3.07%) ⬇️
src/asyncIterableChain.js 100.00% <100.00%> (ø)
src/asyncIterableMap.js 100.00% <100.00%> (ø)
src/asyncIterableToArray.js 100.00% <100.00%> (ø)
src/asyncIteratorMap.js 100.00% <100.00%> (ø)
src/exhaust.js 100.00% <100.00%> (ø)
src/fromReadStream.js 100.00% <100.00%> (ø)
src/toString.js 100.00% <100.00%> (ø)

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 26b069e...c8d8859. 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.

2 participants