Closed njzjz closed 6 months ago
doc/run.md (2)
Near line 2: Possible spelling mistake found. Context: # Run Python scripts DPDispatcher can be used to directly run a single Py... --- Near line 17: Possible spelling mistake found. Context: ...: ``` The PEP 723 metadata entries for `tool.dpdispatcher` are defined as follows: ```{eval-rst}...
codecov/patch success (6)
dpdispatcher/run.py: [warning] 42-42: dpdispatcher/run.py#L42 Added line #L42 was not covered by tests --- dpdispatcher/run.py: [warning] 51-51: dpdispatcher/run.py#L51 Added line #L51 was not covered by tests --- dpdispatcher/run.py: [warning] 139-141: dpdispatcher/run.py#L139-L141 Added lines #L139 - L141 were not covered by tests --- dpdispatcher/run.py: [warning] 145-145: dpdispatcher/run.py#L145 Added line #L145 was not covered by tests --- dpdispatcher/run.py: [warning] 166-166: dpdispatcher/run.py#L166 Added line #L166 was not covered by tests
Attention: Patch coverage is 88.15789%
with 9 lines
in your changes are missing coverage. Please review.
Project coverage is 47.77%. Comparing base (
8ac13da
) to head (1fa57e3
).
Files | Patch % | Lines |
---|---|---|
dpdispatcher/run.py | 89.39% | 7 Missing :warning: |
dpdispatcher/dpdisp.py | 60.00% | 2 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Summary by CodeRabbit
New Features
run
command to execute Python scripts with associated PEP 723 metadata.run
command indpdispatcher
.Documentation
README.md
.doc/run.md
for running Python scripts usingdpdispatcher
.Bug Fixes
run
command is included in CLI tests.Chores
pyproject.toml
to includetomli
for Python versions below 3.11.