OHDSI / ROhdsiWebApi

An R package for interfacing with a WebAPI instance
https://ohdsi.github.io/ROhdsiWebApi
10 stars 17 forks source link

Remove trailing / from base url in all requests #191

Closed azimov closed 3 years ago

azimov commented 3 years ago

closes #187

codecov[bot] commented 3 years ago

Codecov Report

Merging #191 (60d4a82) into develop (320ad07) will decrease coverage by 0.05%. The diff coverage is 8.33%.

:exclamation: Current head 60d4a82 differs from pull request most recent head 263de55. Consider uploading reports for the commit 263de55 to get more accurate results Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #191      +/-   ##
===========================================
- Coverage    10.08%   10.02%   -0.06%     
===========================================
  Files           19       19              
  Lines         1368     1416      +48     
===========================================
+ Hits           138      142       +4     
- Misses        1230     1274      +44     
Impacted Files Coverage Δ
R/AutoGeneratedDefinitions.R 0.00% <0.00%> (ø)
R/CancelGeneration.R 0.00% <0.00%> (ø)
R/CohortDefinition.R 0.00% <0.00%> (ø)
R/Concept.R 0.00% <0.00%> (ø)
R/ConceptSet.R 0.00% <0.00%> (ø)
R/DeleteDefinition.R 0.00% <0.00%> (ø)
R/Deprecated.R 0.00% <0.00%> (ø)
R/GetDefinition.R 0.00% <0.00%> (ø)
R/GetDefinitionsMetadata.R 0.00% <0.00%> (ø)
R/GetGenerationInformation.R 0.00% <0.00%> (ø)
... and 6 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 320ad07...263de55. Read the comment docs.