Closed SteelPhase closed 3 years ago
Merging #29 into master will decrease coverage by
0.50%
. The diff coverage is50.00%
.
@@ Coverage Diff @@
## master #29 +/- ##
==========================================
- Coverage 67.28% 66.78% -0.51%
==========================================
Files 5 5
Lines 1131 1165 +34
==========================================
+ Hits 761 778 +17
- Misses 202 214 +12
- Partials 168 173 +5
Impacted Files | Coverage Δ | |
---|---|---|
group.go | 86.40% <50.00%> (-13.60%) |
:arrow_down: |
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 7b16d16...648a98c. Read the comment docs.
@SteelPhase Thanks for the contribution. I was thinking. Perhaps it’s better to name the functions EnableStreaming() and DisableStreaming() for readability. What do you think?
That's a good Name. I was undecided on what to call it and just picked something. I'll try it out.
Sorry for the delay. I adjust the naming, and tested further. Found a few bugs with how nil booleans were handled in the DisableStream function. Verified it's all working as it should.
Going to need a bit of time to look at the tests, but i'll verify what I can soon
I added significantly more testing around the entertainment api components
Got sick of fighting with the unit tests differences between 1.13 and 1.14, I split them out. I'm waiting for the travis-ci job to complete.
I think this is ready for review again
@SteelPhase You might have already tried it but perhaps you could use the assert? For example:
_, err := b.getAPIPath("/")
assert.NotNil(t, err)
Switched it over to use assert.NotNil
Should be fixed. got distracted with GopherCon stuff
This is exposing the RESTful portion of the Entertainment API