Closed elijahdou closed 6 years ago
Merging #80 into master will not change coverage. The diff coverage is
0%
.
@@ Coverage Diff @@
## master #80 +/- ##
=======================================
Coverage 93.81% 93.81%
=======================================
Files 47 47
Lines 4784 4784
=======================================
Hits 4488 4488
Misses 296 296
Impacted Files | Coverage Δ | |
---|---|---|
RocketData/Model.swift | 47.91% <0%> (ø) |
: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 5d23a6a...e4ee5b6. Read the comment docs.
Thanks a lot for the PR. I’m camping right now with limited access to internet but should have a chance to look at this on Wednesday.
On Mon, Aug 20 2018 at 2:17 AM, < notifications@github.com > wrote:
In RocketData/Model.swift file, line 121, according to my understanding, Model should be SimpleModel
You can view, comment on, or merge this pull request online at:
https://github.com/plivesey/RocketData/pull/80
Commit Summary
- fix thinking Model to SimpleMode error
File Changes
- M RocketData/Model.swift ( https://github.com/plivesey/RocketData/pull/80/files#diff-0 ) (2)
Patch Links:
- https://github.com/plivesey/RocketData/pull/80.patch
- https://github.com/plivesey/RocketData/pull/80.diff
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub ( https://github.com/plivesey/RocketData/pull/80 ) , or mute the thread ( https://github.com/notifications/unsubscribe-auth/ABMNTZfnRNtfvht_YDyVjgV_pyxNTnvgks5uSn63gaJpZM4WDoLY ).
Great catch! Definitely fixes a bug. Thanks for this. Merging it in.
I've published 6.0.1 with this change so you can upgrade on master. Thanks again.
@plivesey copy that,thanks for your library, we are applying it to our own project
In RocketData/Model.swift file, line 121, according to my understanding, Model should be SimpleModel