Closed RichDom2185 closed 6 months ago
Changes Missing Coverage | Covered Lines | Changed/Added Lines | % | ||
---|---|---|---|---|---|
src/commons/sagas/StoriesSaga.ts | 0 | 1 | 0.0% | ||
src/commons/sagas/WorkspaceSaga/helpers/evalCode.ts | 3 | 4 | 75.0% | ||
src/features/academy/AcademyActions.ts | 4 | 5 | 80.0% | ||
src/commons/sagas/BackendSaga.ts | 17 | 20 | 85.0% | ||
src/features/github/GitHubActions.ts | 2 | 5 | 40.0% | ||
src/commons/workspace/WorkspaceActions.ts | 47 | 61 | 77.05% | ||
src/commons/sagas/WorkspaceSaga/index.ts | 62 | 85 | 72.94% | ||
<!-- | Total: | 153 | 199 | 76.88% | --> |
Files with Coverage Reduction | New Missed Lines | % | ||
---|---|---|---|---|
src/commons/sagas/WorkspaceSaga/index.ts | 2 | 55.47% | ||
src/commons/sagas/SafeEffects.ts | 5 | 47.06% | ||
<!-- | Total: | 7 | --> |
Totals | |
---|---|
Change from base Build 8959952918: | -0.5% |
Covered Lines: | 4989 |
Relevant Lines: | 14543 |
Description
Migrated more sagas and action creators to use the new helpers.
Codebase is still a bit messy as it's in the midst of refactoring but it will be cleaned up in subsequent parts.
Type of change
How to test
Everything should still work.
Checklist