Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

Correct addition and subtraction operators for Point #35

Closed
wants to merge 5 commits into from

Conversation

bash
Copy link
Member

@bash bash commented Dec 17, 2019

Resolves #23

@codecov
Copy link

codecov bot commented Dec 18, 2019

Codecov Report

Merging #35 into master will increase coverage by 0.47%.
The diff coverage is 95.34%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #35      +/-   ##
==========================================
+ Coverage   83.18%   83.65%   +0.47%     
==========================================
  Files           7        7              
  Lines        1225     1236      +11     
  Branches      191      192       +1     
==========================================
+ Hits         1019     1034      +15     
+ Misses         27       22       -5     
- Partials      179      180       +1
Impacted Files Coverage Δ
src/vector.rs 82.08% <100%> (+0.19%) ⬆️
src/polygon.rs 89.25% <93.33%> (-0.1%) ⬇️
src/point.rs 84.61% <95.65%> (+4.8%) ⬆️

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 8f68241...19da23a. Read the comment docs.

@bash bash closed this Jan 4, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Points should not be addable and subtractable from each other
1 participant