richfitz / stevedore

:cloud::rowboat::whale::cloud: Docker client for R
https://richfitz.github.io/stevedore
Other
134 stars 10 forks source link

Fixed issues in code where s/container/containers #36

Closed karthik closed 5 years ago

karthik commented 6 years ago

While demo'ing stevedore to the class we discovered a couple of typos. This PR fixes those issues.

codecov-io commented 6 years ago

Codecov Report

Merging #36 into master will decrease coverage by 0.09%. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           master     #36     +/-   ##
========================================
- Coverage     100%   99.9%   -0.1%     
========================================
  Files          28      28             
  Lines        3725    3327    -398     
========================================
- Hits         3725    3324    -401     
- Misses          0       3      +3
Impacted Files Coverage Δ
R/swagger_args.R 98.87% <0%> (-1.13%) :arrow_down:
R/swagger_response.R 99.57% <0%> (-0.43%) :arrow_down:
R/swagger_endpoint.R 100% <0%> (ø) :arrow_up:
R/docker_client_method.R 100% <0%> (ø) :arrow_up:
R/docker_client_build.R 100% <0%> (ø) :arrow_up:
R/help.R 100% <0%> (ø) :arrow_up:
R/format.R 100% <0%> (ø) :arrow_up:
R/swagger_types.R 100% <0%> (ø) :arrow_up:
R/swagger_spec.R 100% <0%> (ø) :arrow_up:
R/http.R 100% <0%> (ø) :arrow_up:
... and 14 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 0f78d55...8d12d3a. Read the comment docs.

richfitz commented 6 years ago

The new version made the disruptive change of containers -> container (see 8b86c4450efada6bd025bf4a0196312ed30ebcde and 7ccf22cdd524d6cce6c3c1dec7ae9696d175c623) - what version do you have?