|
Ran
|
Files
72
|
Run time
2s
|
Badge
README BADGES
|
push
github
micropython: Bring back running program from storage RAM. This was missed in 65d519679 when upgrading MicroPython. This would lead to programs being copied to RAM before running. How it was found: If all slots were full, then the program would not run as there would not be enough heap to load yet another program. Also, MicroPython has a hardcoded test for mp_reader_mem_readbyte in mp_reader_try_read_rom, so it would ignore our reader even with MICROPY_VFS_ROM enabled. Fixes https://github.com/pybricks/support/issues/2382
3087 of 4802 relevant lines covered (64.29%)
28006851.34 hits per line
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|