• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

source-academy / backend / 7e642952d0555adb4cd923cf9682728662eb8fbb-PR-1259

14 May 2025 04:25PM UTC coverage: 93.607%. Remained the same
7e642952d0555adb4cd923cf9682728662eb8fbb-PR-1259

Pull #1259

github

RichDom2185
Update CD workflow
Pull Request #1259: Upgrade CI runner version and README

3104 of 3316 relevant lines covered (93.61%)

1064.61 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

50.0
/lib/cadet_web/views/chat_view.ex
1
defmodule CadetWeb.ChatView do
2
  use CadetWeb, :view
3

4
  def render("conversation_init.json", %{conversation_id: id, last_message: last}) do
5
    %{conversationId: id, response: last}
×
6
  end
7

8
  def render("conversation.json", %{conversation_id: id, response: response}) do
9
    %{conversationId: id, response: response}
1✔
10
  end
11
end
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc