BottleRocketStudios / iOS-Hyperspace

An extremely lightweight wrapper around URLSession to make working with APIs a breeze.
Apache License 2.0
47 stars 17 forks source link

Feature/backendservicehelper #31

Closed earlgaspard closed 6 years ago

earlgaspard commented 6 years ago

Add BackendServiceHelper for public interfacing.

CLAassistant commented 6 years ago

CLA assistant check
All committers have signed the CLA.

codecov-io commented 6 years ago

Codecov Report

Merging #31 into develop will increase coverage by 0.12%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #31      +/-   ##
===========================================
+ Coverage    94.36%   94.48%   +0.12%     
===========================================
  Files           26       27       +1     
  Lines          798      798              
===========================================
+ Hits           753      754       +1     
+ Misses          45       44       -1
Impacted Files Coverage Δ
...erspace/Service/Backend/BackendServiceHelper.swift 100% <100%> (ø)
...es/Hyperspace/Service/Backend/BackendService.swift 100% <100%> (ø) :arrow_up:
Tests/DecodingTests.swift 92.95% <100%> (ø) :arrow_up:
Tests/BackendServiceTests.swift 97.22% <0%> (+1.38%) :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 1665f17...f539ce0. Read the comment docs.

tylermilner commented 6 years ago

@earlgaspard can you change the PR destination here? We want to merge this into develop instead of master.