CMPUT301F18T16 / Baudit

A health auditing application
https://cmput301f18t16.github.io/Baudit/
MIT License
0 stars 0 forks source link

Feature/geolocation #192

Closed wlt30 closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #192 into master will decrease coverage by 10.26%. The diff coverage is 2.95%.

Impacted file tree graph

@@              Coverage Diff              @@
##             master     #192       +/-   ##
=============================================
- Coverage     41.14%   30.88%   -10.27%     
- Complexity        0      171      +171     
=============================================
  Files            56       60        +4     
  Lines          1903     2150      +247     
  Branches        112      134       +22     
=============================================
- Hits            783      664      -119     
- Misses         1069     1419      +350     
- Partials         51       67       +16
Flag Coverage Δ Complexity Δ
#instrumentation 30.88% <2.95%> (-4.22%) 171 <5> (ø)
#unit ? ?
Impacted Files Coverage Δ Complexity Δ
...n/java/ca/klapstein/baudit/data/RecordTreeSet.java 100% <ø> (ø) 1 <0> (+1) :arrow_up:
.../java/ca/klapstein/baudit/data/ProblemTreeSet.java 100% <ø> (ø) 1 <0> (+1) :arrow_up:
...apstein/baudit/activities/PatientHomeActivity.java 42.4% <0%> (ø) 9 <0> (+9) :arrow_up:
...rc/main/java/ca/klapstein/baudit/data/Patient.java 54.54% <0%> (-5.46%) 3 <0> (+3)
...ain/java/ca/klapstein/baudit/data/GeoLocation.java 55% <0%> (-35%) 6 <0> (+6)
...lapstein/baudit/data/PlaceAutoCompleteAdapter.java 0% <0%> (ø) 0 <0> (?)
.../main/java/ca/klapstein/baudit/data/PlaceInfo.java 0% <0%> (ø) 0 <0> (?)
...tein/baudit/activities/MapAllProblemsActivity.java 47.36% <0%> (-8.89%) 7 <0> (+7)
...a/klapstein/baudit/presenters/RecordPresenter.java 41.66% <0%> (-1.2%) 2 <0> (+2)
.../klapstein/baudit/activities/LocationActivity.java 0% <0%> (ø) 0 <0> (?)
... and 17 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 639383c...f6126eb. Read the comment docs.