From 8d94b13d3af3a45b4fdcf147f161bc562cbdf74e Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Mon, 6 Jul 2020 19:51:28 +0200 Subject: [PATCH] ci/test: fix coverage by moving the files to correct subdir --- ci/test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ci/test.yml b/ci/test.yml index 1755218fe..57aaffd07 100644 --- a/ci/test.yml +++ b/ci/test.yml @@ -39,7 +39,7 @@ core device test: TREZOR_PROFILING: 1 script: - nix-shell --run "pipenv run make -C core test_emu" - - mv ./core/src/.coverage .coverage.test_emu + - mv core/src/.coverage core/.coverage.test_emu artifacts: name: "$CI_JOB_NAME-$CI_COMMIT_SHORT_SHA" paths: @@ -78,7 +78,7 @@ core monero test: TREZOR_PROFILING: 1 script: - nix-shell --run "pipenv run make -C core test_emu_monero" - - mv ./core/src/.coverage .coverage.test_emu_monero + - mv core/src/.coverage core/.coverage.test_emu_monero artifacts: name: "$CI_JOB_NAME-$CI_COMMIT_SHORT_SHA" paths: @@ -96,7 +96,7 @@ core u2f test: script: - nix-shell --run "pipenv run make -C tests/fido_tests/u2f-tests-hid" - nix-shell --run "pipenv run make -C core test_emu_u2f" - - mv ./core/src/.coverage .coverage.test_emu_u2f + - mv core/src/.coverage core/.coverage.test_emu_u2f artifacts: name: "$CI_JOB_NAME-$CI_COMMIT_SHORT_SHA" paths: @@ -115,7 +115,7 @@ core fido2 test: - pgrep micropython || true - nix-shell --run "pipenv run make -C core test_emu_fido2" - pgrep micropython || true - - mv ./core/src/.coverage .coverage.test_emu_fido2 + - mv core/src/.coverage core/.coverage.test_emu_fido2 artifacts: name: "$CI_JOB_NAME-$CI_COMMIT_SHORT_SHA" paths: