diogot / MyWeight

MyWeight is a body mass tracker focused on make easy to input new data and check your weight history
MIT License
76 stars 20 forks source link

Test in many devices #140

Closed diogot closed 6 years ago

diogot commented 6 years ago

Update tests to run on iOS 11.1 and iPhone SE, 8 and 8 Plus

diogot-bot commented 6 years ago
8 Warnings
:warning: Modified Gemfile
:warning: Modified Gemfile.lock
:warning: Modified Podfile
:warning: Modified Podfile.lock
:warning: Total coverage less than 80%
:warning: MyWeight/AppCoordinator.swift has less than 50% code coverage
:warning: MyWeight/Screens/AuthorizationRequest/AuthorizationRequestViewController.swift has less than 50% code coverage
:warning: MyWeight/Services/MassService.swift has less than 50% code coverage
File Coverage
MyWeight/AppCoordinator.swift 38.10%
MyWeight/Screens/Add/AddViewController.swift 64.29%
MyWeight/Screens/AuthorizationRequest/AuthorizationRequestViewController.swift 44.44%
MyWeight/Services/MassService.swift 48.48%

Generated by :no_entry_sign: Danger

codecov-io commented 6 years ago

Codecov Report

Merging #140 into development will increase coverage by 6.07%. The diff coverage is 59.42%.

Impacted file tree graph

@@               Coverage Diff               @@
##           development     #140      +/-   ##
===============================================
+ Coverage        64.08%   70.16%   +6.07%     
===============================================
  Files               50       43       -7     
  Lines             2453     2222     -231     
  Branches            46       48       +2     
===============================================
- Hits              1572     1559      -13     
+ Misses             880      662     -218     
  Partials             1        1
Impacted Files Coverage Δ
MyWeight/Screens/Add/AddViewController.swift 64.28% <ø> (ø) :arrow_up:
...onRequest/AuthorizationRequestViewController.swift 46.66% <ø> (ø) :arrow_up:
MyWeight/AppCoordinator.swift 38.09% <ø> (ø) :arrow_up:
...ests/AuthorizationRequestViewControllerTests.swift 100% <100%> (ø) :arrow_up:
MyWeightTests/ListViewControllerTests.swift 100% <100%> (+6%) :arrow_up:
MyWeightTests/AddViewControllerTests.swift 100% <100%> (ø) :arrow_up:
...yWeightTests/AccessDeniedViewControllerTests.swift 100% <100%> (ø) :arrow_up:
MyWeightTests/MassRepositoryMock.swift 21.42% <21.42%> (ø)
MyWeightTests/SnapshotService.swift 28.57% <30.43%> (-53.25%) :arrow_down:
MyWeight/Services/MassService.swift 48.48% <66.66%> (ø) :arrow_up:
... and 13 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 9d0268d...86226e1. Read the comment docs.