kuzzleio / sdk-go

Golang SDK using the WebSocket protocol to communicate with Kuzzle API including offline resiliency
http://docs.kuzzle.io/sdk/go/2
Apache License 2.0
8 stars 5 forks source link

Fix CI, travis version, documentation version and snippets on 3-dev #274

Closed Shiranuit closed 3 years ago

Shiranuit commented 3 years ago

What does this PR do?

codecov[bot] commented 3 years ago

Codecov Report

Merging #274 (5e9fc1b) into 3-dev (26bf670) will increase coverage by 0.12%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##            3-dev     #274      +/-   ##
==========================================
+ Coverage   89.58%   89.71%   +0.12%     
==========================================
  Files         240      241       +1     
  Lines        4024     4034      +10     
==========================================
+ Hits         3605     3619      +14     
+ Misses        367      365       -2     
+ Partials       52       50       -2     
Impacted Files Coverage Δ
collection/refresh.go 100.00% <100.00%> (ø)
collection/update_specifications.go 100.00% <100.00%> (+9.09%) :arrow_up:
collection/validate_specifications.go 71.42% <100.00%> (+3.42%) :arrow_up:
document/update.go 100.00% <100.00%> (ø)
index/mDelete.go 90.90% <100.00%> (+1.43%) :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 26bf670...5e9fc1b. Read the comment docs.