Closed MorrisNein closed 1 year ago
Merging #132 (e533576) into main (522878e) will decrease coverage by
0.07%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## main #132 +/- ##
==========================================
- Coverage 72.38% 72.31% -0.07%
==========================================
Files 128 128
Lines 7336 7336
==========================================
- Hits 5310 5305 -5
- Misses 2026 2031 +5
One part of the complex condition wasn't tested, since the scheduled workflow runs on the main branch only.
After merge to main, the full condition always returns true.
Most likely, the condition is interpreted as a literal, not as an expression.