sckott / apipkgen

Generate an R package from API specs
http://sckott.github.io/apipkgen/
Other
20 stars 2 forks source link

Handle a few quirks of my swagger: newlines, slashes, swagger structure #18

Closed eaurele closed 5 years ago

eaurele commented 5 years ago

For reference: https://data.castoredc.com/api/swagger

codecov-io commented 5 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@692b0e1). Click here to learn what that means. The diff coverage is 0%.

Impacted file tree graph

@@          Coverage Diff           @@
##             master   #18   +/-   ##
======================================
  Coverage          ?    0%           
======================================
  Files             ?     8           
  Lines             ?   272           
  Branches          ?     0           
======================================
  Hits              ?     0           
  Misses            ?   272           
  Partials          ?     0
Impacted Files Coverage Δ
R/generate_pkg.R 0% <ø> (ø)
R/write_fxns_swagger.R 0% <0%> (ø)
R/write_constants.R 0% <0%> (ø)

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 692b0e1...45eaf76. Read the comment docs.

codecov-io commented 5 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@692b0e1). Click here to learn what that means. The diff coverage is 0%.

Impacted file tree graph

@@          Coverage Diff           @@
##             master   #18   +/-   ##
======================================
  Coverage          ?    0%           
======================================
  Files             ?     8           
  Lines             ?   273           
  Branches          ?     0           
======================================
  Hits              ?     0           
  Misses            ?   273           
  Partials          ?     0
Impacted Files Coverage Δ
R/generate_pkg.R 0% <ø> (ø)
R/write_fxns_swagger.R 0% <0%> (ø)
R/write_constants.R 0% <0%> (ø)

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 692b0e1...5572bef. Read the comment docs.

sckott commented 5 years ago

thanks @eaurele having a look

sckott commented 5 years ago

Looks good, thanks