Skip to content

fix: Fix some edge cases of initial state configuration

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

96.02% (-3.98%) compared to 4449a9c

View this Pull Request on Codecov

96.02% (-3.98%) compared to 4449a9c

Details

Codecov Report

Attention: Patch coverage is 92.76486% with 112 lines in your changes missing coverage. Please review.

Project coverage is 96.02%. Comparing base (4449a9c) to head (be5bfb8).

Files with missing lines Patch % Lines
statemachine/io/scxml/actions.py 92.90% 15 Missing and 7 partials ⚠️
statemachine/engines/base.py 91.76% 10 Missing and 11 partials ⚠️
statemachine/contrib/diagram.py 68.62% 11 Missing and 5 partials ⚠️
statemachine/io/scxml/parser.py 92.89% 6 Missing and 9 partials ⚠️
statemachine/engines/sync.py 91.66% 4 Missing and 1 partial ⚠️
statemachine/io/scxml/processor.py 95.79% 2 Missing and 3 partials ⚠️
statemachine/statemachine.py 91.80% 3 Missing and 2 partials ⚠️
statemachine/engines/async_.py 69.23% 3 Missing and 1 partial ⚠️
statemachine/orderedset.py 89.65% 3 Missing ⚠️
statemachine/event.py 94.11% 1 Missing and 1 partial ⚠️
... and 9 more
Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #501      +/-   ##
===========================================
- Coverage   100.00%   96.02%   -3.98%     
===========================================
  Files           25       31       +6     
  Lines         1631     3018    +1387     
  Branches       257      430     +173     
===========================================
+ Hits          1631     2898    +1267     
- Misses           0       70      +70     
- Partials         0       50      +50     

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