Skip to content

Fix terminate when and record statements in subscenarios - #490

Open
dfremont wants to merge 2 commits into
mainfrom
fix_subscenarios
Open

Fix terminate when and record statements in subscenarios#490
dfremont wants to merge 2 commits into
mainfrom
fix_subscenarios

fix `record ... to` statement

950c89b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 19, 2026 in 0s

90.54% (target 80.00%)

View this Pull Request on Codecov

90.54% (target 80.00%)

Details

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 90.54%. Comparing base (8257147) to head (950c89b).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #490      +/-   ##
==========================================
+ Coverage   89.87%   90.54%   +0.66%     
==========================================
  Files          48       48              
  Lines       13346    13337       -9     
==========================================
+ Hits        11995    12076      +81     
+ Misses       1351     1261      -90     
Files with missing lines Coverage Δ
src/scenic/core/dynamics/scenarios.py 95.92% <100.00%> (+1.11%) ⬆️
src/scenic/core/requirements.py 96.06% <100.00%> (+0.03%) ⬆️
src/scenic/core/sensors.py 70.47% <100.00%> (+34.89%) ⬆️
src/scenic/core/simulators.py 95.74% <100.00%> (-0.11%) ⬇️
src/scenic/syntax/veneer.py 91.73% <100.00%> (+1.90%) ⬆️

... and 6 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.