Skip to content

Commit

Permalink
Key name update
Browse files Browse the repository at this point in the history
  • Loading branch information
ryansurf committed Jul 29, 2024
1 parent 629bf58 commit 53c075e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ def surf_summary(surf_data):
"""
location = surf_data["Location"]
height = surf_data["Height"]
direction = surf_data["Direction"]
direction = surf_data["Swell Direction"]
period = surf_data["Period"]
unit = surf_data["Unit"]
report = f"""
Expand Down

1 comment on commit 53c075e

@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.py105694%30, 48, 70–71, 103–104
   art.py9367%24–25, 37
   cli.py23483%34, 50–51, 55
   gpt.py10640%16–21, 32–45
   helper.py1576062%53, 55, 57, 59, 61, 63, 65, 67, 69, 71, 73, 75, 77, 79, 91, 102–106, 132, 134, 136, 145–155, 167, 180–181, 199–201, 211, 213–214, 236–237, 275–285, 292–300
   send_email.py24240%5–48
   server.py41410%5–82
   settings.py220100% 
TOTAL39114463% 

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

Please sign in to comment.