Coverage report: 86%

Files Functions Classes

coverage.py v7.13.0, created at 2025-12-24 01:53 +0000

    Statements   Branches   Total
File   coverage statements missing excluded   coverage branches partial   coverage
apio / __init__.py   100% 8 0 0   100% 0 0   100%
apio / __main__.py   77% 35 8 0   61% 18 7   72%
apio / apio_context.py   88% 307 36 0   72% 90 19   85%
apio / commands / __init__.py   100% 0 0 0   100% 0 0   100%
apio / commands / apio.py   100% 13 0 0   100% 0 0   100%
apio / commands / apio_api.py   90% 257 25 0   73% 48 13   88%
apio / commands / apio_boards.py   100% 109 0 0   96% 24 1   99%
apio / commands / apio_build.py   100% 22 0 0   100% 0 0   100%
apio / commands / apio_clean.py   88% 51 6 0   86% 14 2   88%
apio / commands / apio_create.py   100% 26 0 0   100% 4 0   100%
apio / commands / apio_devices.py   48% 73 38 0   25% 8 2   46%
apio / commands / apio_docs.py   55% 20 9 0   0% 2 0   50%
apio / commands / apio_drivers.py   100% 7 0 0   100% 0 0   100%
apio / commands / apio_drivers_install.py   65% 23 8 0   100% 0 0   65%
apio / commands / apio_drivers_uninstall.py   65% 23 8 0   100% 0 0   65%
apio / commands / apio_examples.py   93% 101 7 0   77% 22 5   90%
apio / commands / apio_format.py   80% 56 11 0   67% 18 6   77%
apio / commands / apio_fpgas.py   94% 104 6 0   79% 24 5   91%
apio / commands / apio_graph.py   92% 40 3 0   50% 6 3   87%
apio / commands / apio_info.py   95% 183 10 0   84% 50 8   92%
apio / commands / apio_lint.py   100% 32 0 0   100% 0 0   100%
apio / commands / apio_packages.py   81% 91 17 0   62% 26 10   77%
apio / commands / apio_preferences.py   100% 69 0 0   100% 12 0   100%
apio / commands / apio_raw.py   76% 58 14 0   67% 18 4   74%
apio / commands / apio_report.py   100% 21 0 0   100% 0 0   100%
apio / commands / apio_sim.py   100% 32 0 0   100% 4 0   100%
apio / commands / apio_test.py   100% 21 0 0   100% 0 0   100%
apio / commands / apio_upgrade.py   57% 46 20 0   50% 6 3   56%
apio / commands / apio_upload.py   78% 27 6 0   100% 0 0   78%
apio / commands / options.py   100% 21 0 0   100% 0 0   100%
apio / common / __init__.py   100% 0 0 0   100% 0 0   100%
apio / common / apio_console.py   96% 125 5 0   88% 24 3   95%
apio / common / apio_styles.py   100% 13 0 0   100% 0 0   100%
apio / common / apio_themes.py   100% 12 0 0   100% 0 0   100%
apio / common / common_util.py   78% 50 11 0   90% 10 1   80%
apio / common / rich_lib_windows.py   54% 13 6 0   50% 2 1   53%
apio / managers / __init__.py   100% 0 0 0   100% 0 0   100%
apio / managers / downloader.py   94% 32 2 0   62% 8 3   88%
apio / managers / drivers.py   28% 148 107 0   0% 36 0   22%
apio / managers / examples.py   87% 110 14 0   82% 38 7   86%
apio / managers / packages.py   71% 203 59 0   63% 84 23   69%
apio / managers / programmers.py   83% 190 33 0   62% 76 25   77%
apio / managers / project.py   87% 203 27 0   88% 86 8   87%
apio / managers / scons_filter.py   83% 96 16 8   67% 30 6   79%
apio / managers / scons_manager.py   85% 143 22 0   54% 24 5   80%
apio / managers / unpacker.py   89% 38 4 4   60% 10 4   83%
apio / profile.py   79% 239 49 0   56% 50 14   75%
apio / scons / SConstruct   100% 2 0 0   100% 0 0   100%
apio / scons / __init__.py   100% 0 0 0   100% 0 0   100%
apio / scons / apio_env.py   97% 68 2 0   100% 16 0   98%
apio / scons / plugin_base.py   92% 65 5 21   75% 4 1   91%
apio / scons / plugin_ecp5.py   100% 50 0 0   100% 0 0   100%
apio / scons / plugin_gowin.py   100% 47 0 0   100% 0 0   100%
apio / scons / plugin_ice40.py   100% 47 0 0   100% 0 0   100%
apio / scons / plugin_util.py   85% 272 40 0   74% 76 12   83%
apio / scons / scons_handler.py   93% 156 11 0   83% 24 4   92%
apio / utils / __init__.py   100% 0 0 0   100% 0 0   100%
apio / utils / cmd_util.py   92% 143 11 0   90% 40 0   92%
apio / utils / env_options.py   96% 26 1 0   88% 8 1   94%
apio / utils / jsonc.py   100% 41 0 0   92% 12 1   98%
apio / utils / resource_util.py   62% 94 36 0   59% 22 9   61%
apio / utils / serial_util.py   90% 94 9 0   81% 36 5   88%
apio / utils / usb_util.py   71% 127 37 0   60% 42 7   68%
apio / utils / util.py   88% 220 27 0   75% 56 14   85%
tests / __init__.py   100% 0 0 0   100% 0 0   100%
tests / conftest.py   97% 204 7 0   91% 22 2   96%
tests / first_test.py   100% 6 0 0   100% 0 0   100%
tests / integration_tests / __init__.py   100% 0 0 0   100% 0 0   100%
tests / integration_tests / test_projects.py   100% 150 0 0   100% 4 0   100%
tests / unit_tests / __init__.py   100% 0 0 0   100% 0 0   100%
tests / unit_tests / commands / __init__.py   100% 0 0 0   100% 0 0   100%
tests / unit_tests / commands / test_apio.py   100% 20 0 0   100% 0 0   100%
tests / unit_tests / commands / test_apio_api.py   100% 120 0 0   100% 0 0   100%
tests / unit_tests / commands / test_apio_boards.py   100% 45 0 0   100% 0 0   100%
tests / unit_tests / commands / test_apio_build.py   100% 45 0 0   100% 0 0   100%
tests / unit_tests / commands / test_apio_clean.py   100% 51 0 0   100% 4 0   100%
tests / unit_tests / commands / test_apio_create.py   100% 35 0 0   100% 0 0   100%
tests / unit_tests / commands / test_apio_devices.py   100% 17 0 0   100% 0 0   100%
tests / unit_tests / commands / test_apio_drivers.py   100% 9 0 0   100% 0 0   100%
tests / unit_tests / commands / test_apio_examples.py   100% 43 0 0   100% 0 0   100%
tests / unit_tests / commands / test_apio_format.py   100% 13 0 0   100% 0 0   100%
tests / unit_tests / commands / test_apio_fpgas.py   100% 37 0 0   100% 0 0   100%
tests / unit_tests / commands / test_apio_graph.py   100% 13 0 0   100% 0 0   100%
tests / unit_tests / commands / test_apio_info.py   100% 42 0 0   100% 0 0   100%
tests / unit_tests / commands / test_apio_lint.py   100% 13 0 0   100% 0 0   100%
tests / unit_tests / commands / test_apio_packages.py   100% 52 0 0   100% 0 0   100%
tests / unit_tests / commands / test_apio_preferences.py   100% 32 0 0   100% 0 0   100%
tests / unit_tests / commands / test_apio_raw.py   100% 24 0 0   100% 0 0   100%
tests / unit_tests / commands / test_apio_report.py   100% 13 0 0   100% 0 0   100%
tests / unit_tests / commands / test_apio_sim.py   100% 12 0 0   100% 0 0   100%
tests / unit_tests / commands / test_apio_test.py   100% 13 0 0   100% 0 0   100%
tests / unit_tests / commands / test_apio_upgrade.py   100% 7 0 0   100% 0 0   100%
tests / unit_tests / commands / test_apio_upload.py   100% 13 0 0   100% 0 0   100%
tests / unit_tests / commands / test_shortcuts.py   100% 20 0 0   100% 0 0   100%
tests / unit_tests / common / test_apio_console.py   100% 14 0 0   100% 0 0   100%
tests / unit_tests / common / test_apio_themes.py   100% 5 0 0   100% 2 0   100%
tests / unit_tests / common / test_common_utils.py   100% 66 0 0   100% 0 0   100%
tests / unit_tests / managers / __init__.py   100% 0 0 0   100% 0 0   100%
tests / unit_tests / managers / test_programmers.py   100% 134 0 0   100% 0 0   100%
tests / unit_tests / managers / test_project.py   100% 71 0 0   100% 0 0   100%
tests / unit_tests / managers / test_scons_filters.py   100% 10 0 0   100% 0 0   100%
tests / unit_tests / managers / test_scons_manager.py   100% 38 0 0   100% 0 0   100%
tests / unit_tests / scons / __init__.py   100% 0 0 0   100% 0 0   100%
tests / unit_tests / scons / test_apio_env.py   100% 23 0 0   100% 0 0   100%
tests / unit_tests / scons / test_plugin_util.py   100% 123 0 0   100% 2 0   100%
tests / unit_tests / scons / testing.py   100% 35 0 0   100% 8 0   100%
tests / unit_tests / test_apio_context.py   100% 35 0 0   100% 2 0   100%
tests / unit_tests / test_profile.py   100% 40 0 0   100% 0 0   100%
tests / unit_tests / test_resources.py   99% 82 1 0   96% 24 1   98%
tests / unit_tests / utils / __init__.py   100% 0 0 0   100% 0 0   100%
tests / unit_tests / utils / test_cmd_util.py   97% 32 1 0   100% 0 0   97%
tests / unit_tests / utils / test_jsonc.py   100% 5 0 0   100% 0 0   100%
tests / unit_tests / utils / test_serial_util.py   100% 55 0 0   100% 0 0   100%
tests / unit_tests / utils / test_usb_util.py   100% 43 0 0   100% 0 0   100%
tests / unit_tests / utils / test_util.py   98% 62 1 0   100% 0 0   98%
Total   89% 6865 776 33   72% 1276 245   86%

No items found using the specified filter.