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

Feature/union #438

Draft
wants to merge 31 commits into
base: v3
Choose a base branch
from
Draft

Feature/union #438

wants to merge 31 commits into from

Conversation

shimataro
Copy link
Owner

resolves #425

@codecov
Copy link

codecov bot commented Feb 19, 2020

Codecov Report

Merging #438 (ea90a3f) into develop (eb1f1d8) will not change coverage.
The diff coverage is 100.00%.

❗ Current head ea90a3f differs from pull request most recent head 3978970. Consider uploading reports for the commit 3978970 to get more accurate results
Impacted file tree graph

@@            Coverage Diff            @@
##           develop      #438   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           48        58   +10     
  Lines          689       728   +39     
  Branches       113       113           
=========================================
+ Hits           689       728   +39     
Impacted Files Coverage Δ
src/appliers/email/maxLength.ts 100.00% <ø> (ø)
src/appliers/email/pattern.ts 100.00% <ø> (ø)
src/appliers/number/acceptsFullWidth.ts 100.00% <ø> (ø)
src/appliers/numericString/fullWidthToHalf.ts 100.00% <ø> (ø)
src/appliers/numericString/joinsArray.ts 100.00% <ø> (ø)
src/appliers/numericString/separatedBy.ts 100.00% <ø> (ø)
src/appliers/string/trims.ts 100.00% <ø> (ø)
src/appliers/string/type.ts 100.00% <ø> (ø)
src/appliers/array/each.ts 100.00% <100.00%> (ø)
src/appliers/array/maxLength.ts 100.00% <100.00%> (ø)
... and 51 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 1fbac90...3978970. Read the comment docs.

@shimataro shimataro marked this pull request as draft April 1, 2021 12:32
@shimataro shimataro changed the title WIP: Feature/union Feature/union Apr 1, 2021
@shimataro shimataro changed the base branch from develop to v3 May 26, 2022 01:51
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.

Union type
1 participant