Closed KnutZuidema closed 4 years ago
Merging #25 into master will not change coverage. The diff coverage is
100%
.
@@ Coverage Diff @@
## master #25 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 8 8
Lines 806 806
=====================================
Hits 806 806
Impacted Files | Coverage Δ | |
---|---|---|
api/data_dragon.go | 100% <100%> (ø) |
: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 1c5ba48...7702f7c. Read the comment docs.
when calling
GetChampion
a single champion will be added to the cache previouslyGetChampions
only checked if the cache was completely empty and if not used the cache for the return value this caused the method to return incomplete data ifGetChampion
was called before callingGetChampions
resolves #24