Closed danielsf closed 1 year ago
Merging #554 (c7ba253) into main (257eb06) will decrease coverage by
1.39%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## main #554 +/- ##
==========================================
- Coverage 97.71% 96.32% -1.39%
==========================================
Files 100 100
Lines 7954 7954
Branches 752 752
==========================================
- Hits 7772 7662 -110
- Misses 105 215 +110
Partials 77 77
Flag | Coverage Δ | |
---|---|---|
event_detection_tests | ? |
|
general_tests | 96.32% <ø> (ø) |
Flags with carried forward coverage won't be shown. Click here to find out more.
Impacted Files | Coverage Δ | |
---|---|---|
tests/modules/event_detection/conftest.py | 28.00% <0.00%> (-72.00%) |
:arrow_down: |
...es/event_detection/test_event_detection_schemas.py | 30.35% <0.00%> (-69.65%) |
:arrow_down: |
...ts/modules/event_detection/test_event_detection.py | 30.90% <0.00%> (-69.10%) |
:arrow_down: |
...ules/event_detection/test_event_detection_utils.py | 37.50% <0.00%> (-62.50%) |
:arrow_down: |
logger.warn
is deprecated. This replaces the few times we call it withlogger.warning
.