AndreasAZiegler / poly-exploration

0 stars 0 forks source link

Extended Point class and added tests. #1

Closed AndreasAZiegler closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #1 into master will decrease coverage by 1.23%. The diff coverage is 84.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #1      +/-   ##
==========================================
- Coverage   80.92%   79.68%   -1.24%     
==========================================
  Files           3        7       +4     
  Lines         152      192      +40     
==========================================
+ Hits          123      153      +30     
- Misses         29       39      +10
Impacted Files Coverage Δ
test/main.cpp 100% <ø> (+12.63%) :arrow_up:
src/Point.cpp 100% <100%> (ø)
include/Polygon.h 100% <100%> (ø)
test/test-Point.cpp 100% <100%> (ø)
include/Point.h 100% <100%> (ø) :arrow_up:
src/Polygon.cpp 50% <26.66%> (-16%) :arrow_down:
test/test-Polygon.cpp 86.51% <86.51%> (ø)
... and 1 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 f900401...4adb780. Read the comment docs.