1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-13 19:18:56 +00:00

ci: remove coverage from monero test

It fails randomly and we do not use it at the moment anyway.
This commit is contained in:
Tomas Susanka 2020-02-06 12:37:12 +00:00
parent 7eb6b14997
commit 1480f5a25c

View File

@ -112,19 +112,13 @@ core unix monero test:
<<: *only_changes_core
dependencies:
- core unix frozen debug build
variables:
TREZOR_PROFILING: 1
script:
- cd core
- pipenv run make test_emu_monero
- sync
- sleep 1
- mv ./src/.coverage .coverage.test_emu_monero
artifacts:
name: core-unix-monero-test
paths:
- tests/trezor.log
- core/.coverage.*
expire_in: 1 week
when: always