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 support for *Operator class #15

Merged
merged 14 commits into from
Aug 14, 2019
Merged

Add support for *Operator class #15

merged 14 commits into from
Aug 14, 2019

Conversation

boretti
Copy link
Member

@boretti boretti commented Aug 13, 2019

  • DoubleBinaryOperator
  • IntBinaryOperator
  • IntUnaryOperator
  • LongBinaryOperator
  • LongUnaryOperator
  • DoubleUnaryOperator

@boretti boretti added this to the 1.0.0 milestone Aug 13, 2019
@boretti boretti self-assigned this Aug 13, 2019
@codecov
Copy link

codecov bot commented Aug 13, 2019

Codecov Report

Merging #15 into master will increase coverage by 1.29%.
The diff coverage is 96.61%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #15      +/-   ##
============================================
+ Coverage     92.42%   93.71%   +1.29%     
- Complexity      198      297      +99     
============================================
  Files            13       19       +6     
  Lines           396      573     +177     
============================================
+ Hits            366      537     +171     
- Misses           28       34       +6     
  Partials          2        2
Flag Coverage Δ Complexity Δ
#unitlinuxopenjdk10 93.71% <96.61%> (+1.29%) 297 <99> (+99) ⬆️
#unitlinuxopenjdk11 93.71% <96.61%> (+1.29%) 297 <99> (+99) ⬆️
#unitlinuxoraclejdk11 93.71% <96.61%> (+1.29%) 297 <99> (+99) ⬆️
#unitlinuxoraclejdk9 93.71% <96.61%> (+1.29%) 297 <99> (+99) ⬆️
Impacted Files Coverage Δ Complexity Δ
...ns/exceptions/LongBinaryOperatorWithException.java 96.29% <96.29%> (ø) 14 <14> (?)
.../exceptions/DoubleBinaryOperatorWithException.java 96.29% <96.29%> (ø) 14 <14> (?)
...ons/exceptions/IntBinaryOperatorWithException.java 96.29% <96.29%> (ø) 14 <14> (?)
...ions/exceptions/IntUnaryOperatorWithException.java 96.87% <96.87%> (ø) 19 <19> (?)
...ons/exceptions/LongUnaryOperatorWithException.java 96.87% <96.87%> (ø) 19 <19> (?)
...s/exceptions/DoubleUnaryOperatorWithException.java 96.87% <96.87%> (ø) 19 <19> (?)
... and 2 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 462ffb7...b2d111f. Read the comment docs.

@boretti boretti changed the title WIP : Add support for *Operator class Add support for *Operator class Aug 14, 2019
@boretti boretti merged commit 3893f38 into master Aug 14, 2019
@mergify mergify bot deleted the operator branch August 14, 2019 17:36
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

1 participant