mirror of
https://github.com/kuhyx/testsAndMisc-archive.git
synced 2026-07-04 14:43:04 +02:00
Replaced for loop with implicit continue with a list comprehension using walrus operator. This avoids the coverage.py limitation with partial branch detection on for loop continue statements. Coverage: 99% -> 100% |
||
|---|---|---|
| C | ||
| CPP | ||
| python_pkg | ||
| sonic_pi | ||
| TS | ||