Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: fix JSONDecodeError when combining
.coverage.gw*
files
For example: https://github.com/trezor/trezor-firmware/actions/runs/12976369614/job/36188913357 Single `.coverage` files were renamed, but `make test_emu_ui_multicore` generates multiple `.coverage.gw*` files, which may overwrite each other in case there are multiple similar CI jobs (e.g. when translation-related jobs are enabled). [no changelog]
- Loading branch information