eclipse / kiso-testing

https://kiso-testing.readthedocs.io/
Other
36 stars 41 forks source link

build: use ruff format #445

Closed Pog3k closed 5 months ago

Pog3k commented 5 months ago

Black now only for pykitest. changed version to "*" For the future we should also use the linter. resolve #394

For review ignore the files in src. just formatting and codespell fixes

codecov[bot] commented 5 months ago

Codecov Report

Attention: 12 lines in your changes are missing coverage. Please review.

Comparison is base (cce0bef) 98.17% compared to head (f82b85f) 98.17%. Report is 1 commits behind head on master.

:exclamation: Current head f82b85f differs from pull request most recent head 1c24572. Consider uploading reports for the commit 1c24572 to get more accurate results

Files Patch % Lines
...rument_control_auxiliary/instrument_control_cli.py 77.77% 2 Missing :warning:
src/pykiso/message.py 77.77% 2 Missing :warning:
...kiso/lib/auxiliaries/udsaux/common/uds_callback.py 85.71% 1 Missing :warning:
src/pykiso/lib/auxiliaries/udsaux/uds_auxiliary.py 75.00% 1 Missing :warning:
...c/pykiso/lib/connectors/cc_pcan_can/trc_handler.py 80.00% 1 Missing :warning:
src/pykiso/lib/connectors/cc_process.py 80.00% 1 Missing :warning:
src/pykiso/lib/connectors/cc_rtt_segger.py 94.44% 1 Missing :warning:
src/pykiso/lib/connectors/cc_visa.py 87.50% 1 Missing :warning:
...rc/pykiso/test_coordinator/test_message_handler.py 90.00% 1 Missing :warning:
src/pykiso/test_result/assert_step_report.py 90.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #445 +/- ## ======================================= Coverage 98.17% 98.17% ======================================= Files 84 84 Lines 6699 6699 ======================================= Hits 6577 6577 Misses 122 122 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.