Skip to content

Commit

Permalink
Merge pull request #41 from death12239/Frontend-output-in-a-form/textbox
Browse files Browse the repository at this point in the history
Improve Frontend Surf Report Output Format #39
  • Loading branch information
ryansurf authored Jun 3, 2024
2 parents 5b26382 + f47701f commit e8b99b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
</div>
<!-- FORM END -->
<div class="flex flex-col h-[50vh] max-w-xl min-w-96">
<div id="serverResponse" class="text-white flex flex-row justify-center pb-8">
<div id="serverResponse" class="text-black flex flex-row justify-center pb-8 bg-white p-4 rounded-lg shadow-lg">
</div>
</div>
</div>
Expand Down

1 comment on commit e8b99b4

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
src
   __init__.py00100% 
   api.py86693%30, 48, 70–71, 103–104
   art.py9367%24–25, 37
   cli.py23483%34, 50–51, 55
   gpt.py10640%16–21, 32–45
   helper.py1435264%50, 52, 54, 56, 58, 60, 62, 64, 66, 68, 70, 81, 92–96, 129–137, 149, 162–163, 181–183, 193, 195–196, 218–219, 256–266, 273–281
   send_email.py24240%5–48
   server.py41410%5–82
   settings.py220100% 
TOTAL35813662% 

Tests Skipped Failures Errors Time
9 0 💤 0 ❌ 0 🔥 13.294s ⏱️

Please sign in to comment.