Skip to content

Commit

Permalink
Structure fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ryansurf committed Jul 24, 2024
1 parent ce99a4f commit 60a5bf0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docs/structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ More in-depth structure:
.
├── compose.yaml
├── CONTRIBUTING.md
├── dist
│   ├── cli_surf-0.1.0-py3-none-any.whl
│   └── cli_surf-0.1.0.tar.gz
├── Dockerfile
├── docs
│   ├── cheat_sheet.md
Expand Down Expand Up @@ -76,6 +73,6 @@ More in-depth structure:
├── test_helper.py
└── test_server.py
10 directories, 40 files
9 directories, 38 files
```
<!-- STRUCTURE END -->

1 comment on commit 60a5bf0

@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 🔥 17.038s ⏱️

Please sign in to comment.