aphp / eds-scikit

eds-scikit is a Python library providing tools to process and analyse OMOP data
https://aphp.github.io/eds-scikit
BSD 3-Clause "New" or "Revised" License
35 stars 5 forks source link

FIX I2B2 `get_consultations_date()` #32

Closed Vincent-Maladiere closed 1 year ago

Vincent-Maladiere commented 1 year ago

Description

Checklist

codecov-commenter commented 1 year ago

Codecov Report

Base: 91.89% // Head: 91.89% // Decreases project coverage by -0.01% :warning:

Coverage data is based on head (2cfa01d) compared to base (e29f4a5). Patch coverage: 85.71% of modified lines in pull request are covered.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #32 +/- ## ========================================== - Coverage 91.89% 91.89% -0.01% ========================================== Files 66 66 Lines 2123 2134 +11 ========================================== + Hits 1951 1961 +10 - Misses 172 173 +1 ``` | [Impacted Files](https://codecov.io/gh/aphp/eds-scikit/pull/32?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aphp) | Coverage Δ | | |---|---|---| | [eds\_scikit/io/i2b2\_mapping.py](https://codecov.io/gh/aphp/eds-scikit/pull/32?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aphp#diff-ZWRzX3NjaWtpdC9pby9pMmIyX21hcHBpbmcucHk=) | `12.65% <0.00%> (ø)` | | | [eds\_scikit/utils/custom\_implem/custom\_implem.py](https://codecov.io/gh/aphp/eds-scikit/pull/32?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aphp#diff-ZWRzX3NjaWtpdC91dGlscy9jdXN0b21faW1wbGVtL2N1c3RvbV9pbXBsZW0ucHk=) | `87.50% <87.50%> (ø)` | | | [eds\_scikit/event/consultations.py](https://codecov.io/gh/aphp/eds-scikit/pull/32?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aphp#diff-ZWRzX3NjaWtpdC9ldmVudC9jb25zdWx0YXRpb25zLnB5) | `98.36% <100.00%> (+0.08%)` | :arrow_up: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aphp). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aphp)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.