mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-25 14:50:57 +00:00
ci(core): exclude more things from coverage report
This commit is contained in:
parent
28978640b3
commit
1c32cbcc1c
@ -8,6 +8,8 @@ coverage combine .coverage.*
|
|||||||
|
|
||||||
coverage html \
|
coverage html \
|
||||||
--omit=src/trezor/messages/* \
|
--omit=src/trezor/messages/* \
|
||||||
|
--omit=src/all_modules.py \
|
||||||
|
--omit=src/apps/ethereum/tokens.py \
|
||||||
--fail-under=${COVERAGE_THRESHOLD}
|
--fail-under=${COVERAGE_THRESHOLD}
|
||||||
|
|
||||||
if [ $? -eq 2 ]; then
|
if [ $? -eq 2 ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user