Skip to content

feat: Support for History pseudo state

Codecov / codecov/project failed Dec 28, 2024 in 1s

96.21% (-3.79%) compared to 4449a9c

View this Pull Request on Codecov

96.21% (-3.79%) compared to 4449a9c

Details

Codecov Report

Attention: Patch coverage is 93.60269% with 114 lines in your changes missing coverage. Please review.

Project coverage is 96.21%. Comparing base (4449a9c) to head (93eaa58).

Files with missing lines Patch % Lines
statemachine/io/scxml/actions.py 92.12% 17 Missing and 9 partials ⚠️
statemachine/contrib/diagram.py 69.23% 11 Missing and 5 partials ⚠️
statemachine/io/scxml/parser.py 93.02% 7 Missing and 8 partials ⚠️
statemachine/engines/base.py 96.26% 5 Missing and 7 partials ⚠️
statemachine/orderedset.py 81.57% 7 Missing ⚠️
statemachine/engines/sync.py 92.30% 4 Missing and 1 partial ⚠️
statemachine/statemachine.py 92.75% 3 Missing and 2 partials ⚠️
statemachine/engines/async_.py 73.33% 3 Missing and 1 partial ⚠️
statemachine/factory.py 94.11% 2 Missing and 2 partials ⚠️
statemachine/io/scxml/processor.py 97.27% 0 Missing and 4 partials ⚠️
... and 9 more
Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #501      +/-   ##
===========================================
- Coverage   100.00%   96.21%   -3.79%     
===========================================
  Files           25       31       +6     
  Lines         1631     3227    +1596     
  Branches       257      466     +209     
===========================================
+ Hits          1631     3105    +1474     
- Misses           0       71      +71     
- Partials         0       51      +51     

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