GispoCoding / pytest-qgis

A pytest plugin for testing QGIS python plugins
GNU General Public License v2.0
29 stars 8 forks source link

Change linting to use Ruff #51

Closed LKajan closed 9 months ago

LKajan commented 9 months ago

Flake8 is still used for flake8-qgis checks. Dropped flake8-noqa checks because it requred all other flake8 plugins to be installed.

codecov-commenter commented 9 months ago

Codecov Report

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

Comparison is base (a84842a) 57.60% compared to head (1170002) 57.77%.

Files Patch % Lines
src/pytest_qgis/pytest_qgis.py 54.54% 5 Missing :warning:
src/pytest_qgis/__init__.py 0.00% 2 Missing :warning:
src/pytest_qgis/qgis_bot.py 0.00% 1 Missing :warning:
src/pytest_qgis/utils.py 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #51 +/- ## ========================================== + Coverage 57.60% 57.77% +0.17% ========================================== Files 7 7 Lines 493 495 +2 ========================================== + Hits 284 286 +2 Misses 209 209 ``` | [Flag](https://app.codecov.io/gh/GispoCoding/pytest-qgis/pull/51/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=GispoCoding) | Coverage Δ | | |---|---|---| | [pytest](https://app.codecov.io/gh/GispoCoding/pytest-qgis/pull/51/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=GispoCoding) | `57.77% <40.00%> (+0.17%)` | :arrow_up: | 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=GispoCoding#carryforward-flags-in-the-pull-request-comment) to find out more.

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