Skip to content

test: add 23 tests to improve patch coverage for spp_cel_event

76d425a
Select commit
Loading
Failed to load commit list.
Merged

feat: upgrade spp_cel_event from Beta to Production/Stable #103

test: add 23 tests to improve patch coverage for spp_cel_event
76d425a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 12, 2026 in 0s

71.45% (+0.28%) compared to 9c2376e

View this Pull Request on Codecov

71.45% (+0.28%) compared to 9c2376e

Details

Codecov Report

❌ Patch coverage is 89.53488% with 9 lines in your changes missing coverage. Please review.
✅ Project coverage is 71.45%. Comparing base (9c2376e) to head (76d425a).

Files with missing lines Patch % Lines
spp_cel_event/models/cel_event_executor.py 81.39% 8 Missing ⚠️
spp_cel_event/models/cel_event_functions.py 66.66% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             19.0     #103      +/-   ##
==========================================
+ Coverage   71.17%   71.45%   +0.28%     
==========================================
  Files         704      713       +9     
  Lines       38554    39367     +813     
==========================================
+ Hits        27439    28131     +692     
- Misses      11115    11236     +121     
Files with missing lines Coverage Δ
spp_cel_event/__manifest__.py 0.00% <ø> (ø)
spp_cel_event/hooks.py 92.30% <100.00%> (ø)
spp_cel_event/models/cel_event_queryplan.py 100.00% <ø> (ø)
spp_cel_event/models/cel_event_translator.py 87.03% <100.00%> (ø)
spp_cel_event/models/cel_variable_event_agg.py 95.23% <100.00%> (ø)
spp_cel_event/models/cel_event_functions.py 91.84% <66.66%> (ø)
spp_cel_event/models/cel_event_executor.py 74.84% <81.39%> (ø)

... and 2 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.