Skip to content

fix: Fix parallel enter/exit and checks

Codecov / codecov/project failed Dec 14, 2024 in 0s

96.04% (-3.96%) compared to 4449a9c

View this Pull Request on Codecov

96.04% (-3.96%) compared to 4449a9c

Details

Codecov Report

Attention: Patch coverage is 92.65993% with 109 lines in your changes missing coverage. Please review.

Project coverage is 96.04%. Comparing base (4449a9c) to head (b392cbd).

Files with missing lines Patch % Lines
statemachine/engines/base.py 89.75% 13 Missing and 12 partials ⚠️
statemachine/io/scxml/actions.py 92.85% 15 Missing and 7 partials ⚠️
statemachine/contrib/diagram.py 68.00% 11 Missing and 5 partials ⚠️
statemachine/io/scxml/parser.py 93.33% 6 Missing and 7 partials ⚠️
statemachine/engines/sync.py 91.66% 4 Missing and 1 partial ⚠️
statemachine/statemachine.py 91.80% 3 Missing and 2 partials ⚠️
statemachine/engines/async_.py 66.66% 3 Missing and 1 partial ⚠️
statemachine/io/scxml/processor.py 97.19% 0 Missing and 3 partials ⚠️
statemachine/orderedset.py 89.65% 3 Missing ⚠️
statemachine/event.py 94.11% 1 Missing and 1 partial ⚠️
... and 7 more
Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #501      +/-   ##
===========================================
- Coverage   100.00%   96.04%   -3.96%     
===========================================
  Files           25       31       +6     
  Lines         1631     2960    +1329     
  Branches       257      416     +159     
===========================================
+ Hits          1631     2843    +1212     
- Misses           0       69      +69     
- Partials         0       48      +48     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.