Closed ganisimov closed 6 months ago
Attention: Patch coverage is 0%
with 5 lines
in your changes are missing coverage. Please review.
Project coverage is 0.00%. Comparing base (
5fdd05c
) to head (c7cd126
).
Files | Patch % | Lines |
---|---|---|
R/getTemporalData.r | 0.00% | 5 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
When connection details is set up using Connection String, server value is NULL. It caused failure on attempt to extract dbName from server. Now, dbName is set to NA if server is not provided (new behavior) as well as when it doesn't contain slash character ("/") (existent behavior)