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

unify object creation with New methods #51

Merged
merged 1 commit into from
Jan 17, 2022
Merged

Conversation

MarkusFreitag
Copy link
Collaborator

No description provided.

@vercel
Copy link

vercel bot commented Jan 16, 2022

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/flipez/rocket-lang/7n6piDwxUy1kkbfydQ2pdyk23hc3
✅ Preview: https://rocket-lang-git-unify-object-creation-flipez.vercel.app

@codecov-commenter
Copy link

Codecov Report

Merging #51 (5d2c8d7) into master (b655395) will increase coverage by 0.06%.
The diff coverage is 72.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #51      +/-   ##
==========================================
+ Coverage   76.27%   76.34%   +0.06%     
==========================================
  Files          81       81              
  Lines        2230     2266      +36     
==========================================
+ Hits         1701     1730      +29     
- Misses        469      476       +7     
  Partials       60       60              
Impacted Files Coverage Δ
evaluator/assign.go 57.14% <0.00%> (ø)
evaluator/foreach.go 83.33% <0.00%> (ø)
evaluator/module.go 62.50% <0.00%> (ø)
evaluator/prefix.go 75.00% <0.00%> (ø)
object/null.go 100.00% <ø> (ø)
evaluator/hash.go 52.63% <25.00%> (ø)
evaluator/import.go 53.33% <40.00%> (ø)
object/file.go 50.75% <44.44%> (+0.75%) ⬆️
object/array.go 64.34% <46.66%> (-2.95%) ⬇️
evaluator/index.go 71.11% <50.00%> (ø)
... and 21 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 b655395...5d2c8d7. Read the comment docs.

@Flipez Flipez added the enhancement New feature or request label Jan 16, 2022
@Flipez Flipez merged commit bc92247 into master Jan 17, 2022
@Flipez Flipez deleted the unify-object-creation branch January 17, 2022 00:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants