pylint-dev / pylint-pytest

A Pylint plugin to suppress pytest-related false positives.
https://pypi.org/project/pylint-pytest/
MIT License
14 stars 3 forks source link

Improvements for `.github/workflows/run-tests.yaml` #14

Closed stdedos closed 10 months ago

stdedos commented 10 months ago

Signed-off-by: Stavros Ntentos 133706+stdedos@users.noreply.github.com

stdedos commented 10 months ago

Might help diagnose why https://app.codecov.io/gh/pylint-dev/pylint-pytest is totally missing pylint_pytest as a path

codecov[bot] commented 10 months ago

Codecov Report

All modified lines are covered by tests :white_check_mark:

Comparison is base (163ac3a) 87.82% compared to head (0b1bb86) 87.82%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #14 +/- ## ======================================= Coverage 87.82% 87.82% ======================================= Files 34 34 Lines 419 419 Branches 85 85 ======================================= Hits 368 368 Misses 48 48 Partials 3 3 ``` | [Flag](https://app.codecov.io/gh/pylint-dev/pylint-pytest/pull/14/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pylint-dev) | Coverage Δ | | |---|---|---| | [3.10](https://app.codecov.io/gh/pylint-dev/pylint-pytest/pull/14/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pylint-dev) | `87.82% <ø> (?)` | | | [3.11](https://app.codecov.io/gh/pylint-dev/pylint-pytest/pull/14/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pylint-dev) | `87.82% <ø> (?)` | | | [3.6](https://app.codecov.io/gh/pylint-dev/pylint-pytest/pull/14/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pylint-dev) | `87.82% <ø> (?)` | | | [3.7](https://app.codecov.io/gh/pylint-dev/pylint-pytest/pull/14/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pylint-dev) | `87.82% <ø> (?)` | | | [3.8](https://app.codecov.io/gh/pylint-dev/pylint-pytest/pull/14/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pylint-dev) | `87.82% <ø> (?)` | | | [3.9](https://app.codecov.io/gh/pylint-dev/pylint-pytest/pull/14/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pylint-dev) | `87.82% <ø> (?)` | | | [macos-latest](https://app.codecov.io/gh/pylint-dev/pylint-pytest/pull/14/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pylint-dev) | `87.82% <ø> (?)` | | | [ubuntu-20.04](https://app.codecov.io/gh/pylint-dev/pylint-pytest/pull/14/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pylint-dev) | `87.79% <ø> (?)` | | | [ubuntu-latest](https://app.codecov.io/gh/pylint-dev/pylint-pytest/pull/14/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pylint-dev) | `87.82% <ø> (?)` | | 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=pylint-dev#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.

stdedos commented 10 months ago

Tracked: https://github.com/pylint-dev/pylint-pytest/issues/16 😢