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

Custom modules #2785

Open
wants to merge 48 commits into
base: master
Choose a base branch
from

Lint fix and add '-custom-module' suffix to the id to ensure it is un…

a32aace
Select commit
Loading
Failed to load commit list.
Open

Custom modules #2785

Lint fix and add '-custom-module' suffix to the id to ensure it is un…
a32aace
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Aug 13, 2024 in 1s

8.04% of diff hit (target 45.95%)

View this Pull Request on Codecov

8.04% of diff hit (target 45.95%)

Annotations

Check warning on line 51 in website/src/actions/timetables.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

website/src/actions/timetables.ts#L50-L51

Added lines #L50 - L51 were not covered by tests

Check warning on line 92 in website/src/actions/timetables.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

website/src/actions/timetables.ts#L87-L92

Added lines #L87 - L92 were not covered by tests

Check warning on line 96 in website/src/actions/timetables.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

website/src/actions/timetables.ts#L96

Added line #L96 was not covered by tests

Check warning on line 100 in website/src/actions/timetables.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

website/src/actions/timetables.ts#L100

Added line #L100 was not covered by tests

Check warning on line 104 in website/src/actions/timetables.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

website/src/actions/timetables.ts#L104

Added line #L104 was not covered by tests

Check warning on line 111 in website/src/actions/timetables.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

website/src/actions/timetables.ts#L106-L111

Added lines #L106 - L111 were not covered by tests

Check warning on line 118 in website/src/actions/timetables.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

website/src/actions/timetables.ts#L118

Added line #L118 was not covered by tests

Check warning on line 120 in website/src/actions/timetables.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

website/src/actions/timetables.ts#L120

Added line #L120 was not covered by tests

Check warning on line 124 in website/src/actions/timetables.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

website/src/actions/timetables.ts#L122-L124

Added lines #L122 - L124 were not covered by tests

Check warning on line 58 in website/src/reducers/moduleBank.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

website/src/reducers/moduleBank.ts#L57-L58

Added lines #L57 - L58 were not covered by tests

Check warning on line 20 in website/src/views/timetable/CustomModulesContainer.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

website/src/views/timetable/CustomModulesContainer.tsx#L20

Added line #L20 was not covered by tests

Check warning on line 26 in website/src/views/timetable/CustomModulesContainer.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

website/src/views/timetable/CustomModulesContainer.tsx#L24-L26

Added lines #L24 - L26 were not covered by tests

Check warning on line 28 in website/src/views/timetable/CustomModulesContainer.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

website/src/views/timetable/CustomModulesContainer.tsx#L28

Added line #L28 was not covered by tests

Check warning on line 33 in website/src/views/timetable/CustomModulesContainer.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

website/src/views/timetable/CustomModulesContainer.tsx#L32-L33

Added lines #L32 - L33 were not covered by tests

Check warning on line 42 in website/src/views/timetable/CustomModulesContainer.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

website/src/views/timetable/CustomModulesContainer.tsx#L42

Added line #L42 was not covered by tests

Check warning on line 49 in website/src/views/timetable/CustomModulesContainer.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

website/src/views/timetable/CustomModulesContainer.tsx#L48-L49

Added lines #L48 - L49 were not covered by tests

Check warning on line 70 in website/src/views/timetable/CustomModulesForm.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

website/src/views/timetable/CustomModulesForm.tsx#L70

Added line #L70 was not covered by tests

Check warning on line 83 in website/src/views/timetable/CustomModulesForm.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

website/src/views/timetable/CustomModulesForm.tsx#L82-L83

Added lines #L82 - L83 were not covered by tests

Check warning on line 85 in website/src/views/timetable/CustomModulesForm.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

website/src/views/timetable/CustomModulesForm.tsx#L85

Added line #L85 was not covered by tests

Check warning on line 100 in website/src/views/timetable/CustomModulesForm.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

website/src/views/timetable/CustomModulesForm.tsx#L100

Added line #L100 was not covered by tests

Check warning on line 110 in website/src/views/timetable/CustomModulesForm.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

website/src/views/timetable/CustomModulesForm.tsx#L110

Added line #L110 was not covered by tests

Check warning on line 114 in website/src/views/timetable/CustomModulesForm.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

website/src/views/timetable/CustomModulesForm.tsx#L113-L114

Added lines #L113 - L114 were not covered by tests

Check warning on line 120 in website/src/views/timetable/CustomModulesForm.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

website/src/views/timetable/CustomModulesForm.tsx#L120

Added line #L120 was not covered by tests

Check warning on line 129 in website/src/views/timetable/CustomModulesForm.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

website/src/views/timetable/CustomModulesForm.tsx#L128-L129

Added lines #L128 - L129 were not covered by tests

Check warning on line 135 in website/src/views/timetable/CustomModulesForm.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

website/src/views/timetable/CustomModulesForm.tsx#L135

Added line #L135 was not covered by tests