source-academy / frontend

Frontend of Source Academy, an online experiential environment for computational thinking (React, Redux, Saga, Blueprint)
https://sourceacademy.org
Apache License 2.0
103 stars 168 forks source link

Add stories moderation #2928

Open keyansheng opened 5 months ago

keyansheng commented 5 months ago

Description

source-academy/stories-backend#120

Type of change

How to test

Checklist

coveralls commented 5 months ago

Pull Request Test Coverage Report for Build 8973003737

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/features/stories/StoriesActions.ts 0 1 0.0%
src/features/stories/StoriesReducer.ts 0 1 0.0%
src/features/stories/storiesComponents/BackendAccess.ts 1 3 33.33%
src/pages/stories/StoryActions.tsx 0 4 0.0%
src/pages/stories/StoriesTable.tsx 0 6 0.0%
src/commons/sagas/StoriesSaga.ts 0 12 0.0%
src/pages/stories/Stories.tsx 0 38 0.0%
<!-- Total: 1 65 1.54% -->
Files with Coverage Reduction New Missed Lines %
src/pages/stories/Stories.tsx 1 0.0%
src/commons/sagas/StoriesSaga.ts 2 1.28%
<!-- Total: 3 -->
Totals Coverage Status
Change from base Build 8971907944: -0.1%
Covered Lines: 5011
Relevant Lines: 14690

💛 - Coveralls