Avaiga / taipy-core

A Python library to build powerful and customized data-driven back-end applications.
Apache License 2.0
38 stars 17 forks source link

publish sequence creation event only when actually created. #803

Closed jrobinAV closed 1 year ago

jrobinAV commented 1 year ago

Blocking for 3.0 release. Please review it quickly.

jrobinAV commented 1 year ago

the code looks good to me, but tests are failing

I am on it

github-actions[bot] commented 1 year ago

☂️ Python Cov

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
8151 7740 95% 85% 🟢

New Files

No new covered files...

Modified Files

File Coverage Status
src/taipy/core/scenario/_scenario_manager.py 97% 🟢
src/taipy/core/scenario/scenario.py 94% 🟢
src/taipy/core/sequence/_sequence_manager.py 95% 🟢
src/taipy/core/taipy.py 88% 🟢
TOTAL 93% 🟢

updated for commit: 862e171 by action🐍