Closed BrianPugh closed 4 months ago
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 :warning: |
belay/cli/new.py | 25.00% | 3 Missing :warning: |
belay/executers.py | 0.00% | 0 Missing and 3 partials :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
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.