-
Notifications
You must be signed in to change notification settings - Fork 0
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
WIP feat: add language exposure evaluation report #294
base: main
Are you sure you want to change the base?
WIP feat: add language exposure evaluation report #294
Conversation
|
…-questionnaire-group-by-child-and-language-exposure
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #294 +/- ##
==========================================
+ Coverage 17.29% 17.90% +0.61%
==========================================
Files 123 127 +4
Lines 3609 3725 +116
Branches 128 140 +12
==========================================
+ Hits 624 667 +43
- Misses 2930 2983 +53
- Partials 55 75 +20 ☔ View full report in Codecov by Sentry. |
expect(exposure.get(language2)).toEqual(0.4 * 60 * 60); | ||
}); | ||
}); | ||
}); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice testing! <3
No description provided.