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:
parent
28978640b3
commit
1c32cbcc1c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user