1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-02-02 02:41:28 +00:00
trezor-firmware/.github/actions/upload-coverage
Roman Zeyde a75a9f29d8 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]
2025-01-30 14:44:23 +01:00
..
action.yml ci: fix JSONDecodeError when combining .coverage.gw* files 2025-01-30 14:44:23 +01:00