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

[CI] Fix issue while deploying dev-docs with GA #289

Closed rolljee closed 3 years ago

rolljee commented 3 years ago

This PR try to fix an issue related to The step deploy-doc of this https://github.com/kuzzleio/sdk-go/actions/runs/503248406

Changes

codecov[bot] commented 3 years ago

Codecov Report

Merging #289 (9f6bc1b) into 3-dev (8617565) will increase coverage by 0.14%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##            3-dev     #289      +/-   ##
==========================================
+ Coverage   89.64%   89.78%   +0.14%     
==========================================
  Files         240      242       +2     
  Lines        4046     4045       -1     
==========================================
+ Hits         3627     3632       +5     
+ Misses        367      363       -4     
+ Partials       52       50       -2     
Impacted Files Coverage Δ
collection/delete.go 100.00% <100.00%> (ø)
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/mCreate.go 100.00% <100.00%> (ø)
document/mCreateOrReplace.go 100.00% <100.00%> (ø)
document/mDelete.go 100.00% <100.00%> (ø)
document/mGet.go 90.90% <100.00%> (-1.40%) :arrow_down:
document/mReplace.go 100.00% <100.00%> (ø)
document/mUpdate.go 100.00% <100.00%> (ø)
... and 5 more

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 9251462...9f6bc1b. Read the comment docs.