1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-17 21:22:10 +00:00

ci(core): exclude more things from coverage report

This commit is contained in:
matejcik 2021-04-13 10:57:50 +02:00 committed by matejcik
parent 28978640b3
commit 1c32cbcc1c

View File

@ -8,6 +8,8 @@ coverage combine .coverage.*
coverage html \
--omit=src/trezor/messages/* \
--omit=src/all_modules.py \
--omit=src/apps/ethereum/tokens.py \
--fail-under=${COVERAGE_THRESHOLD}
if [ $? -eq 2 ]; then