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

Add factory-method #14

Open
wants to merge 70 commits into
base: master
Choose a base branch
from
Open

Add factory-method #14

wants to merge 70 commits into from

Conversation

alexengrig
Copy link
Owner

Close #9

@alexengrig alexengrig added this to the v0.2.0 milestone Jul 15, 2021
@alexengrig alexengrig self-assigned this Jul 15, 2021
@codecov-commenter
Copy link

codecov-commenter commented Jul 15, 2021

Codecov Report

Merging #14 (dc7da64) into master (990d29b) will decrease coverage by 42.34%.
The diff coverage is 18.53%.

Impacted file tree graph

@@              Coverage Diff              @@
##             master      #14       +/-   ##
=============================================
- Coverage     99.22%   56.88%   -42.35%     
+ Complexity      174      138       -36     
=============================================
  Files            19       23        +4     
  Lines           386      545      +159     
  Branches         28       54       +26     
=============================================
- Hits            383      310       -73     
- Misses            0      231      +231     
- Partials          3        4        +1     
Impacted Files Coverage Δ
...grig/metter/element/descriptor/TypeDescriptor.java 76.92% <0.00%> (-23.08%) ⬇️
...dev/alexengrig/metter/processor/BaseProcessor.java 87.50% <0.00%> (-4.61%) ⬇️
...tter/processor/GetterSupplierFactoryProcessor.java 0.00% <0.00%> (ø)
...ig/metter/processor/OnMethodSupplierProcessor.java 0.00% <0.00%> (ø)
...tter/processor/SetterSupplierFactoryProcessor.java 0.00% <0.00%> (ø)
...rig/metter/processor/OnClassSupplierProcessor.java 7.69% <7.69%> (ø)
...ig/metter/element/descriptor/MethodDescriptor.java 72.22% <50.00%> (-27.78%) ⬇️
.../metter/processor/BaseMethodSupplierProcessor.java 40.98% <53.65%> (-59.02%) ⬇️
...grig/metter/processor/GetterSupplierProcessor.java 56.66% <87.50%> (-43.34%) ⬇️
...grig/metter/processor/SetterSupplierProcessor.java 56.66% <87.50%> (-43.34%) ⬇️
... and 8 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 990d29b...dc7da64. 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.

Add factory-method
2 participants