pytransitions / transitions

A lightweight, object-oriented finite state machine implementation in Python with many extensions
MIT License
5.67k stars 529 forks source link

Dev #623 testing #632

Closed aleneum closed 1 year ago

aleneum commented 1 year ago

Fix failing GHA, update tested Python versions and add common .venv to the ignored folders.

Contributed by @ipeluffo.

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.06% :tada:

Comparison is base (f3e01de) 98.25% compared to head (8a3811b) 98.31%. Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #632 +/- ## ========================================== + Coverage 98.25% 98.31% +0.06% ========================================== Files 13 13 Lines 2580 2557 -23 ========================================== - Hits 2535 2514 -21 + Misses 45 43 -2 ``` | [Files Changed](https://app.codecov.io/gh/pytransitions/transitions/pull/632?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pytransitions) | Coverage Δ | | |---|---|---| | [transitions/extensions/\_\_init\_\_.py](https://app.codecov.io/gh/pytransitions/transitions/pull/632?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pytransitions#diff-dHJhbnNpdGlvbnMvZXh0ZW5zaW9ucy9fX2luaXRfXy5weQ==) | `100.00% <ø> (ø)` | | | [transitions/extensions/locking.py](https://app.codecov.io/gh/pytransitions/transitions/pull/632?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pytransitions#diff-dHJhbnNpdGlvbnMvZXh0ZW5zaW9ucy9sb2NraW5nLnB5) | `100.00% <ø> (ø)` | | | [transitions/extensions/markup.py](https://app.codecov.io/gh/pytransitions/transitions/pull/632?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pytransitions#diff-dHJhbnNpdGlvbnMvZXh0ZW5zaW9ucy9tYXJrdXAucHk=) | `99.34% <ø> (-0.02%)` | :arrow_down: | | [transitions/core.py](https://app.codecov.io/gh/pytransitions/transitions/pull/632?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pytransitions#diff-dHJhbnNpdGlvbnMvY29yZS5weQ==) | `100.00% <100.00%> (ø)` | | | [transitions/extensions/factory.py](https://app.codecov.io/gh/pytransitions/transitions/pull/632?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pytransitions#diff-dHJhbnNpdGlvbnMvZXh0ZW5zaW9ucy9mYWN0b3J5LnB5) | `94.73% <100.00%> (+4.03%)` | :arrow_up: | | [transitions/extensions/nesting.py](https://app.codecov.io/gh/pytransitions/transitions/pull/632?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pytransitions#diff-dHJhbnNpdGlvbnMvZXh0ZW5zaW9ucy9uZXN0aW5nLnB5) | `99.29% <100.00%> (-0.01%)` | :arrow_down: |

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