Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix getCohortCounts() if cohortIds is not specified, but cohortDefinitionSet is #139

Merged
merged 1 commit into from
May 1, 2024

Conversation

anthonysena
Copy link
Collaborator

Fixes #136

Copy link

codecov bot commented May 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.66%. Comparing base (4ce1ae0) to head (0f73dc9).
Report is 23 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #139      +/-   ##
===========================================
- Coverage    98.80%   97.66%   -1.14%     
===========================================
  Files           12       13       +1     
  Lines         1336     1585     +249     
===========================================
+ Hits          1320     1548     +228     
- Misses          16       37      +21     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@anthonysena anthonysena merged commit a3ad15a into develop May 1, 2024
13 of 14 checks passed
@anthonysena anthonysena deleted the issue-136-cohort-counts branch May 1, 2024 16:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

getCohortCounts() returns empty table if cohortIds is not specified, but cohortDefinitionSet is.
1 participant