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 divide and multiply #117

Merged
merged 4 commits into from
May 20, 2022
Merged

Fix divide and multiply #117

merged 4 commits into from
May 20, 2022

Conversation

ricardogobbosouza
Copy link
Member

Resolves #116 #115

@codecov
Copy link

codecov bot commented May 3, 2022

Codecov Report

Merging #117 (5f7e08b) into main (d37ceea) will not change coverage.
The diff coverage is 100.00%.

@@             Coverage Diff             @@
##                main      #117   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
- Complexity       132       142   +10     
===========================================
  Files             14        14           
  Lines            291       311   +20     
===========================================
+ Hits             291       311   +20     
Impacted Files Coverage Δ
src/Money.php 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 d37ceea...5f7e08b. Read the comment docs.

@cch504
Copy link

cch504 commented May 9, 2022

ready to merge?

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.

Dividing or multiplying by less than 1
2 participants