radeklat / delfino

A toolbox of command line helper script, wrapping tools used during Python development.
MIT License
12 stars 3 forks source link

Apply lint/typecheck/format to the commands directory if exists #25

Closed shimpeko closed 2 years ago

shimpeko commented 2 years ago

Apply lint/typecheck/format to the commands directory if exists.

codecov[bot] commented 2 years ago

Codecov Report

Base: 48.45% // Head: 48.26% // Decreases project coverage by -0.18% :warning:

Coverage data is based on head (70853f8) compared to base (87eb1c3). Patch coverage: 50.00% of modified lines in pull request are covered.

:exclamation: Current head 70853f8 differs from pull request most recent head b165ed9. Consider uploading reports for the commit b165ed9 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #25 +/- ## ========================================== - Coverage 48.45% 48.26% -0.19% ========================================== Files 20 20 Lines 712 721 +9 Branches 99 102 +3 ========================================== + Hits 345 348 +3 - Misses 364 370 +6 Partials 3 3 ``` | Flag | Coverage Δ | | |---|---|---| | integration_tests | `6.10% <16.66%> (+0.20%)` | :arrow_up: | | total | `48.12% <50.00%> (-0.19%)` | :arrow_down: | | unit_tests | `48.12% <50.00%> (-0.19%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Radek+L%C3%A1t#carryforward-flags-in-the-pull-request-comment) to find out more. | [Impacted Files](https://codecov.io/gh/radeklat/delfino/pull/25?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Radek+L%C3%A1t) | Coverage Δ | | |---|---|---| | [src/delfino/commands/format.py](https://codecov.io/gh/radeklat/delfino/pull/25/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Radek+L%C3%A1t#diff-c3JjL2RlbGZpbm8vY29tbWFuZHMvZm9ybWF0LnB5) | `31.57% <0.00%> (-1.76%)` | :arrow_down: | | [src/delfino/commands/lint.py](https://codecov.io/gh/radeklat/delfino/pull/25/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Radek+L%C3%A1t#diff-c3JjL2RlbGZpbm8vY29tbWFuZHMvbGludC5weQ==) | `42.18% <0.00%> (-1.37%)` | :arrow_down: | | [src/delfino/commands/typecheck.py](https://codecov.io/gh/radeklat/delfino/pull/25/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Radek+L%C3%A1t#diff-c3JjL2RlbGZpbm8vY29tbWFuZHMvdHlwZWNoZWNrLnB5) | `47.61% <0.00%> (-5.02%)` | :arrow_down: | | [src/delfino/constants.py](https://codecov.io/gh/radeklat/delfino/pull/25/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Radek+L%C3%A1t#diff-c3JjL2RlbGZpbm8vY29uc3RhbnRzLnB5) | `100.00% <100.00%> (ø)` | | | [src/delfino/contexts.py](https://codecov.io/gh/radeklat/delfino/pull/25/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Radek+L%C3%A1t#diff-c3JjL2RlbGZpbm8vY29udGV4dHMucHk=) | `100.00% <100.00%> (ø)` | | | [src/delfino/main.py](https://codecov.io/gh/radeklat/delfino/pull/25/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Radek+L%C3%A1t#diff-c3JjL2RlbGZpbm8vbWFpbi5weQ==) | `61.97% <100.00%> (ø)` | | | [src/delfino/models/pyproject\_toml.py](https://codecov.io/gh/radeklat/delfino/pull/25/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Radek+L%C3%A1t#diff-c3JjL2RlbGZpbm8vbW9kZWxzL3B5cHJvamVjdF90b21sLnB5) | `100.00% <100.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Radek+L%C3%A1t). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Radek+L%C3%A1t)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.