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

WIP feat: add language exposure evaluation report #294

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

stampaaaron
Copy link
Contributor

No description provided.

@stampaaaron stampaaaron linked an issue Jan 24, 2025 that may be closed by this pull request
3 tasks
Copy link

changeset-bot bot commented Jan 24, 2025

⚠️ No Changeset found

Latest commit: ab8855a

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link

codecov bot commented Jan 24, 2025

Codecov Report

Attention: Patch coverage is 35.20000% with 81 lines in your changes missing coverage. Please review.

Project coverage is 17.90%. Comparing base (3fc7b8a) to head (ab8855a).

Files with missing lines Patch % Lines
.../src/routes/_auth/administration/reports/index.tsx 0.00% 43 Missing and 1 partial ⚠️
apps/backend/src/system/reports/reports.service.ts 73.46% 13 Missing ⚠️
...s/backend/src/system/reports/reports.controller.ts 40.00% 9 Missing ⚠️
...ontend/src/routes/_auth/administration/reports.tsx 0.00% 8 Missing and 1 partial ⚠️
apps/backend/src/system/system.module.ts 0.00% 2 Missing ⚠️
apps/frontend/src/routes/__root.tsx 0.00% 2 Missing ⚠️
...rc/research/questionnaires/questionnaire.entity.ts 66.66% 1 Missing ⚠️
apps/frontend/src/stores/api.ts 0.00% 1 Missing ⚠️
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.
📢 Have feedback on the report? Share it here.

expect(exposure.get(language2)).toEqual(0.4 * 60 * 60);
});
});
});
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice testing! <3

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.

Evaluate data of a questionnaire: Group by child and language exposure
2 participants