CMPUT301F18T16 / Baudit

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

making `BodyLocationPhoto` subclass of `RecordPhoto` #224

Closed nklapste closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #224 into master will increase coverage by 0.33%. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #224      +/-   ##
==========================================
+ Coverage   51.85%   52.18%   +0.33%     
==========================================
  Files          57       57              
  Lines        2129     2125       -4     
  Branches      125      125              
==========================================
+ Hits         1104     1109       +5     
+ Misses        968      960       -8     
+ Partials       57       56       -1
Flag Coverage Δ
#instrumentation 47.67% <0%> (+0.32%) :arrow_up:
#unit 10.54% <0%> (+0.01%) :arrow_up:
Impacted Files Coverage Δ
...va/ca/klapstein/baudit/data/BodyLocationPhoto.java 0% <0%> (ø) :arrow_up:
...stein/baudit/activities/DisplayQRCodeActivity.java 100% <0%> (+16.66%) :arrow_up:
...tein/baudit/presenters/DisplayQRCodePresenter.java 100% <0%> (+37.5%) :arrow_up:

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 68e844e...ba71b29. Read the comment docs.

codecov[bot] commented 5 years ago

Codecov Report

Merging #224 into master will increase coverage by 0.99%. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #224      +/-   ##
==========================================
+ Coverage   51.52%   52.51%   +0.99%     
==========================================
  Files          57       57              
  Lines        2131     2127       -4     
  Branches      123      123              
==========================================
+ Hits         1098     1117      +19     
+ Misses        975      956      -19     
+ Partials       58       54       -4
Flag Coverage Δ
#instrumentation 47.9% <0%> (+0.98%) :arrow_up:
#unit 10.53% <0%> (+0.01%) :arrow_up:
Impacted Files Coverage Δ
...ain/java/ca/klapstein/baudit/data/RecordPhoto.java 0% <0%> (ø) :arrow_up:
...va/ca/klapstein/baudit/data/BodyLocationPhoto.java 0% <0%> (ø) :arrow_up:
...ain/java/ca/klapstein/baudit/models/DataModel.java 69.04% <0%> (+1.19%) :arrow_up:
...a/klapstein/baudit/activities/ProblemActivity.java 41.91% <0%> (+3.03%) :arrow_up:
.../klapstein/baudit/presenters/ProblemPresenter.java 35.18% <0%> (+7.4%) :arrow_up:
...n/java/ca/klapstein/baudit/models/RemoteModel.java 59.04% <0%> (+7.61%) :arrow_up:

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 4b33121...2e41df2. Read the comment docs.