Skip to content

Commit

Permalink
keep markdown in one line for now
Browse files Browse the repository at this point in the history
  • Loading branch information
evsasse committed Dec 23, 2024
1 parent b818889 commit fd3b0c8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/controllers/api/reports_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ def simplecov
end

markdown = <<~MARKDOWN
[#{general_coverage}% covered #{markdown_diff}.
Click to see the breakdown 🧮.](#{bundled_html_report_url(report)})
[#{general_coverage}% covered #{markdown_diff}. Click to see the breakdown 🧮.](#{bundled_html_report_url(report)})
MARKDOWN

render json: { report:, markdown: }, status: :created
Expand Down

0 comments on commit fd3b0c8

Please sign in to comment.