Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix "belay new" CLI command #164

Merged
merged 2 commits into from
Jul 8, 2024
Merged

fix "belay new" CLI command #164

merged 2 commits into from
Jul 8, 2024

Conversation

BrianPugh
Copy link
Owner

Previously the belay new CLI command was broken in some installed because there would be a __pycache__ directory in the template directory. These files are now ignored.

Copy link

codecov bot commented Jul 7, 2024

Codecov Report

Attention: Patch coverage is 7.14286% with 13 lines in your changes missing coverage. Please review.

Project coverage is 70.19%. Comparing base (b477778) to head (c7bec71).

Files Patch % Lines
belay/device.py 0.00% 0 Missing and 7 partials ⚠️
belay/cli/new.py 25.00% 3 Missing ⚠️
belay/executers.py 0.00% 0 Missing and 3 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #164      +/-   ##
==========================================
- Coverage   70.82%   70.19%   -0.64%     
==========================================
  Files          39       39              
  Lines        1714     1701      -13     
  Branches      379      379              
==========================================
- Hits         1214     1194      -20     
+ Misses        426      418       -8     
- Partials       74       89      +15     
Flag Coverage Δ
unittests 70.13% <7.14%> (-0.46%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@BrianPugh BrianPugh merged commit 893dee5 into main Jul 8, 2024
9 checks passed
@BrianPugh BrianPugh deleted the fix-new-cmd branch July 8, 2024 00:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant