OHDSI / ResultModelManager

RMM is an R package designed to handle common ohdsi results data management functions by providing a common API for data model migrations and definitions
https://ohdsi.github.io/ResultModelManager/
Apache License 2.0
3 stars 3 forks source link

Fix pool linux issue #43

Closed azimov closed 8 months ago

azimov commented 8 months ago

Adding support for DBI connections in PooledConnectionHandlers to support hosting shiny apps on platforms where java support is tricky

codecov[bot] commented 8 months ago

Codecov Report

Attention: 4 lines in your changes are missing coverage. Please review.

Comparison is base (5b8f001) 94.01% compared to head (73fbf1e) 93.79%.

:exclamation: Current head 73fbf1e differs from pull request most recent head 2584943. Consider uploading reports for the commit 2584943 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #43 +/- ## =========================================== - Coverage 94.01% 93.79% -0.23% =========================================== Files 8 8 Lines 902 918 +16 =========================================== + Hits 848 861 +13 - Misses 54 57 +3 ``` | [Files](https://app.codecov.io/gh/OHDSI/ResultModelManager/pull/43?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=OHDSI) | Coverage Δ | | |---|---|---| | [R/DataMigrationManager.R](https://app.codecov.io/gh/OHDSI/ResultModelManager/pull/43?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=OHDSI#diff-Ui9EYXRhTWlncmF0aW9uTWFuYWdlci5S) | `93.28% <100.00%> (+0.15%)` | :arrow_up: | | [R/ConnectionHandler.R](https://app.codecov.io/gh/OHDSI/ResultModelManager/pull/43?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=OHDSI#diff-Ui9Db25uZWN0aW9uSGFuZGxlci5S) | `90.62% <83.33%> (+0.14%)` | :arrow_up: | | [R/PooledConnectionHandler.R](https://app.codecov.io/gh/OHDSI/ResultModelManager/pull/43?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=OHDSI#diff-Ui9Qb29sZWRDb25uZWN0aW9uSGFuZGxlci5S) | `85.36% <85.00%> (-4.29%)` | :arrow_down: |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.