Skip to content

chore: Update coverage badge #454

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 14 commits into
base: main
Choose a base branch
from

Conversation

github-actions[bot]
Copy link
Contributor

Updates coverage badge based on test results

Copy link

semanticdiff-com bot commented Aug 18, 2025

Review changes with  SemanticDiff

Changed Files
File Status
  crates/bevy_mod_scripting_derive/src/derive/get_type_dependencies.rs  85% smaller
  crates/bevy_mod_scripting_core/src/docgen/info.rs  85% smaller
  crates/bevy_mod_scripting_core/src/bindings/function/type_dependencies.rs  82% smaller
  crates/testing_crates/test_utils/src/test_plugin.rs  79% smaller
  crates/testing_crates/script_integration_test_harness/src/test_functions.rs  78% smaller
  crates/bevy_mod_scripting_core/src/bindings/schedule.rs  77% smaller
  crates/bevy_mod_scripting_core/src/bindings/pretty_print.rs  76% smaller
  crates/bevy_mod_scripting_core/src/script/mod.rs  74% smaller
  crates/bevy_mod_scripting_core/src/bindings/access_map.rs  73% smaller
  crates/bevy_mod_scripting_core/src/bindings/globals/mod.rs  71% smaller
  crates/bevy_mod_scripting_core/src/error.rs  67% smaller
  crates/bevy_mod_scripting_core/src/docgen/typed_through.rs  66% smaller
  crates/bevy_mod_scripting_core/src/event.rs  65% smaller
  crates/bevy_mod_scripting_core/src/runtime.rs  64% smaller
  crates/bevy_mod_scripting_core/src/extractors.rs  63% smaller
  crates/bevy_mod_scripting_core/src/bindings/function/arg_meta.rs  60% smaller
  crates/bevy_mod_scripting_core/src/bindings/reference.rs  60% smaller
  crates/bevy_mod_scripting_core/src/bindings/allocator.rs  58% smaller
  crates/languages/bevy_mod_scripting_rhai/src/lib.rs  58% smaller
  benches/benchmarks.rs  58% smaller
  crates/bevy_mod_scripting_core/src/bindings/globals/core.rs  58% smaller
  crates/bevy_mod_scripting_core/src/bindings/script_system.rs  56% smaller
  crates/bevy_mod_scripting_core/src/script/script_context.rs  56% smaller
  crates/bevy_mod_scripting_core/src/bindings/script_component.rs  52% smaller
  crates/ladfile_builder/src/lib.rs  49% smaller
  crates/testing_crates/script_integration_test_harness/src/lib.rs  49% smaller
  crates/testing_crates/test_utils/src/test_data.rs  49% smaller
  crates/bevy_mod_scripting_core/src/bindings/script_value.rs  48% smaller
  crates/bevy_mod_scripting_core/src/bindings/function/script_function.rs  47% smaller
  crates/bevy_mod_scripting_core/src/reflection_extensions.rs  46% smaller
  crates/bevy_mod_scripting_core/src/bindings/function/namespace.rs  46% smaller
  crates/bevy_mod_scripting_core/src/commands.rs  40% smaller
  crates/bevy_mod_scripting_core/src/bindings/query.rs  40% smaller
  crates/bevy_mod_scripting_functions/src/core.rs  39% smaller
  crates/testing_crates/script_integration_test_harness/src/scenario.rs  39% smaller
  crates/bevy_system_reflection/src/lib.rs  37% smaller
  crates/languages/bevy_mod_scripting_lua/src/lib.rs  33% smaller
  crates/bevy_mod_scripting_core/src/bindings/world.rs  32% smaller
  src/lib.rs  28% smaller
  crates/languages/bevy_mod_scripting_lua/src/bindings/script_value.rs  27% smaller
  xtask/src/main.rs  21% smaller
  crates/bevy_mod_scripting_core/src/script/context_key.rs  20% smaller
  crates/bevy_mod_scripting_core/src/handler.rs  16% smaller
  crates/bevy_mod_scripting_core/src/context.rs  10% smaller
  crates/bevy_mod_scripting_core/src/lib.rs  5% smaller
  crates/bevy_mod_scripting_core/src/asset.rs  4% smaller
  crates/bevy_mod_scripting_core/src/bindings/function/from.rs  2% smaller
  .gitattributes Unsupported file format
  Cargo.toml Unsupported file format
  badges/coverage.svg  0% smaller
  codegen/templates/footer.tera Unsupported file format
  codegen/templates/header.tera Unsupported file format
  codegen/templates/import.tera Unsupported file format
  codegen/templates/macros.tera Unsupported file format
  crates/bevy_mod_scripting_core/Cargo.toml Unsupported file format
  crates/bevy_mod_scripting_core/src/bindings/function/from_ref.rs  0% smaller
  crates/bevy_mod_scripting_core/src/bindings/function/into.rs  0% smaller
  crates/bevy_mod_scripting_core/src/bindings/function/into_ref.rs  0% smaller
  crates/bevy_mod_scripting_core/src/bindings/function/magic_functions.rs  0% smaller
  crates/bevy_mod_scripting_core/src/bindings/function/mod.rs  0% smaller
  crates/bevy_mod_scripting_core/src/bindings/type_data.rs  0% smaller
  crates/bevy_mod_scripting_derive/Cargo.toml Unsupported file format
  crates/bevy_mod_scripting_derive/src/derive/script_bindings.rs  0% smaller
  crates/bevy_mod_scripting_derive/src/derive/script_globals.rs  0% smaller
  crates/bevy_mod_scripting_functions/Cargo.toml Unsupported file format
  crates/bevy_mod_scripting_functions/src/bevy_bindings/bevy_ecs.rs Unsupported file format
  crates/bevy_mod_scripting_functions/src/bevy_bindings/bevy_input.rs Unsupported file format
  crates/bevy_mod_scripting_functions/src/bevy_bindings/bevy_math.rs Unsupported file format
  crates/bevy_mod_scripting_functions/src/bevy_bindings/bevy_reflect.rs Unsupported file format
  crates/bevy_mod_scripting_functions/src/bevy_bindings/bevy_time.rs Unsupported file format
  crates/bevy_mod_scripting_functions/src/bevy_bindings/bevy_transform.rs Unsupported file format
  crates/bevy_mod_scripting_functions/src/lib.rs  0% smaller
  crates/bevy_system_reflection/Cargo.toml Unsupported file format
  crates/lad_backends/mdbook_lad_preprocessor/Cargo.toml Unsupported file format
  crates/ladfile/Cargo.toml Unsupported file format
  crates/ladfile_builder/Cargo.toml Unsupported file format
  crates/ladfile_builder/src/plugin.rs  0% smaller
  crates/languages/bevy_mod_scripting_lua/Cargo.toml Unsupported file format
  crates/languages/bevy_mod_scripting_rhai/Cargo.toml Unsupported file format
  crates/testing_crates/script_integration_test_harness/Cargo.toml Unsupported file format
  crates/testing_crates/test_utils/Cargo.toml Unsupported file format

@github-actions github-actions bot force-pushed the chore/_update-coverage-badge branch 3 times, most recently from b2afcff to 575b6a0 Compare August 19, 2025 07:10
@github-actions github-actions bot force-pushed the chore/_update-coverage-badge branch from 575b6a0 to bef1d68 Compare August 23, 2025 21:44
@github-actions github-actions bot force-pushed the chore/_update-coverage-badge branch from bef1d68 to 4512f76 Compare August 23, 2025 23:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant