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

Refactor references to examStore to use the useDispatch and useSelector hooks API. #131

test: remove references to ExamStateProvider from tests for instructi…

b5fce7d
Select commit
Loading
Failed to load commit list.
Merged

Refactor references to examStore to use the useDispatch and useSelector hooks API. #131

test: remove references to ExamStateProvider from tests for instructi…
b5fce7d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Feb 1, 2024 in 0s

85.71% of diff hit (target 94.14%)

View this Pull Request on Codecov

85.71% of diff hit (target 94.14%)

Annotations

Check warning on line 96 in src/instructions/onboarding_exam/EntranceOnboardingExamInstructions.jsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/instructions/onboarding_exam/EntranceOnboardingExamInstructions.jsx#L96

Added line #L96 was not covered by tests

Check warning on line 29 in src/instructions/onboarding_exam/ErrorOnboardingExamInstructions.jsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/instructions/onboarding_exam/ErrorOnboardingExamInstructions.jsx#L29

Added line #L29 was not covered by tests

Check warning on line 41 in src/instructions/onboarding_exam/RejectedOnboardingExamInstructions.jsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/instructions/onboarding_exam/RejectedOnboardingExamInstructions.jsx#L41

Added line #L41 was not covered by tests

Check warning on line 78 in src/instructions/onboarding_exam/SubmittedOnboardingExamInstructions.jsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/instructions/onboarding_exam/SubmittedOnboardingExamInstructions.jsx#L78

Added line #L78 was not covered by tests

Check warning on line 30 in src/instructions/practice_exam/EntrancePracticeExamInstructions.jsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/instructions/practice_exam/EntrancePracticeExamInstructions.jsx#L30

Added line #L30 was not covered by tests

Check warning on line 41 in src/instructions/practice_exam/ErrorPracticeExamInstructions.jsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/instructions/practice_exam/ErrorPracticeExamInstructions.jsx#L41

Added line #L41 was not covered by tests

Check warning on line 29 in src/instructions/practice_exam/SubmittedPracticeExamInstructions.jsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/instructions/practice_exam/SubmittedPracticeExamInstructions.jsx#L29

Added line #L29 was not covered by tests

Check warning on line 61 in src/instructions/proctored_exam/EntranceProctoredExamInstructions.jsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/instructions/proctored_exam/EntranceProctoredExamInstructions.jsx#L61

Added line #L61 was not covered by tests

Check warning on line 10 in src/instructions/proctored_exam/ErrorProctoredExamInstructions.jsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/instructions/proctored_exam/ErrorProctoredExamInstructions.jsx#L10

Added line #L10 was not covered by tests

Check warning on line 34 in src/instructions/proctored_exam/SkipProctoredExamInstruction.jsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/instructions/proctored_exam/SkipProctoredExamInstruction.jsx#L34

Added line #L34 was not covered by tests