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

feat(knowledge-base): implement course material knowledge base #7690

chore(circle_ci): update circle_ci psql image

0063c3a
Select commit
Loading
Failed to load commit list.
Closed

feat(knowledge-base): implement course material knowledge base #7690

chore(circle_ci): update circle_ci psql image
0063c3a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Jan 22, 2025 in 1s

46.16% of diff hit (target 88.06%)

View this Pull Request on Codecov

46.16% of diff hit (target 88.06%)

Annotations

Check warning on line 41 in app/controllers/course/material/materials_controller.rb

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/controllers/course/material/materials_controller.rb#L39-L41

Added lines #L39 - L41 were not covered by tests

Check warning on line 44 in app/controllers/course/material/materials_controller.rb

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/controllers/course/material/materials_controller.rb#L43-L44

Added lines #L43 - L44 were not covered by tests

Check warning on line 51 in app/controllers/course/material/materials_controller.rb

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/controllers/course/material/materials_controller.rb#L49-L51

Added lines #L49 - L51 were not covered by tests

Check warning on line 94 in app/controllers/course/material/materials_controller.rb

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/controllers/course/material/materials_controller.rb#L93-L94

Added lines #L93 - L94 were not covered by tests

Check warning on line 100 in app/controllers/course/material/materials_controller.rb

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/controllers/course/material/materials_controller.rb#L98-L100

Added lines #L98 - L100 were not covered by tests

Check warning on line 102 in app/controllers/course/material/materials_controller.rb

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/controllers/course/material/materials_controller.rb#L102

Added line #L102 was not covered by tests

Check warning on line 13 in app/jobs/course/material/text_chunk_job.rb

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/jobs/course/material/text_chunk_job.rb#L9-L13

Added lines #L9 - L13 were not covered by tests

Check warning on line 16 in app/jobs/course/material/text_chunk_job.rb

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/jobs/course/material/text_chunk_job.rb#L15-L16

Added lines #L15 - L16 were not covered by tests

Check warning on line 18 in app/jobs/course/material/text_chunk_job.rb

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/jobs/course/material/text_chunk_job.rb#L18

Added line #L18 was not covered by tests

Check warning on line 70 in app/models/course/material.rb

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/models/course/material.rb#L70

Added line #L70 was not covered by tests

Check warning on line 95 in app/models/course/material.rb

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/models/course/material.rb#L93-L95

Added lines #L93 - L95 were not covered by tests

Check warning on line 103 in app/models/course/material.rb

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/models/course/material.rb#L100-L103

Added lines #L100 - L103 were not covered by tests

Check warning on line 105 in app/models/course/material.rb

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/models/course/material.rb#L105

Added line #L105 was not covered by tests

Check warning on line 108 in app/models/course/material.rb

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/models/course/material.rb#L108

Added line #L108 was not covered by tests

Check warning on line 125 in app/models/course/material.rb

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/models/course/material.rb#L124-L125

Added lines #L124 - L125 were not covered by tests

Check warning on line 128 in app/models/course/material.rb

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/models/course/material.rb#L128

Added line #L128 was not covered by tests

Check warning on line 131 in app/models/course/material.rb

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/models/course/material.rb#L130-L131

Added lines #L130 - L131 were not covered by tests

Check warning on line 136 in app/models/course/material.rb

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/models/course/material.rb#L135-L136

Added lines #L135 - L136 were not covered by tests

Check warning on line 146 in app/models/course/material.rb

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/models/course/material.rb#L145-L146

Added lines #L145 - L146 were not covered by tests

Check warning on line 152 in app/models/course/material.rb

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/models/course/material.rb#L148-L152

Added lines #L148 - L152 were not covered by tests

Check warning on line 14 in app/models/course/material/text_chunk.rb

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/models/course/material/text_chunk.rb#L12-L14

Added lines #L12 - L14 were not covered by tests

Check warning on line 21 in app/models/course/material/text_chunk.rb

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/models/course/material/text_chunk.rb#L21

Added line #L21 was not covered by tests

Check warning on line 18 in app/models/course/material/text_chunk_reference.rb

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/models/course/material/text_chunk_reference.rb#L14-L18

Added lines #L14 - L18 were not covered by tests

Check warning on line 25 in app/models/course/material/text_chunk_reference.rb

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/models/course/material/text_chunk_reference.rb#L25

Added line #L25 was not covered by tests

Check warning on line 27 in app/models/course/material/text_chunk_reference.rb

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/models/course/material/text_chunk_reference.rb#L27

Added line #L27 was not covered by tests