Skip to content

test: add multi-file hot reloading test#522

Merged
Wodann merged 1 commit intomun-lang:mainfrom
Wodann:test/hot-reloading
May 14, 2023
Merged

test: add multi-file hot reloading test#522
Wodann merged 1 commit intomun-lang:mainfrom
Wodann:test/hot-reloading

Conversation

@Wodann
Copy link
Copy Markdown
Collaborator

@Wodann Wodann commented May 9, 2023

To Do:

  • rebase

@Wodann Wodann added the type: test Adding missing tests or correcting existing tests label May 9, 2023
@Wodann Wodann added this to the Mun v0.5.0 milestone May 9, 2023
@Wodann Wodann requested a review from baszalmstra May 9, 2023 03:14
@Wodann Wodann self-assigned this May 9, 2023
@Wodann Wodann force-pushed the test/hot-reloading branch from 079b5ce to 9599f51 Compare May 14, 2023 22:33
@codecov
Copy link
Copy Markdown

codecov bot commented May 14, 2023

Codecov Report

Merging #522 (9599f51) into main (95a9612) will increase coverage by 0.06%.
The diff coverage is 79.41%.

❗ Current head 9599f51 differs from pull request most recent head 9d971af. Consider uploading reports for the commit 9d971af to get more accurate results

@@            Coverage Diff             @@
##             main     #522      +/-   ##
==========================================
+ Coverage   87.16%   87.23%   +0.06%     
==========================================
  Files         274      274              
  Lines       31022    31028       +6     
==========================================
+ Hits        27041    27066      +25     
+ Misses       3981     3962      -19     
Impacted Files Coverage Δ
crates/mun_memory/src/lib.rs 50.00% <0.00%> (ø)
crates/mun_memory/src/mapping.rs 93.69% <0.00%> (-0.57%) ⬇️
crates/mun_memory/src/type/mod.rs 88.88% <ø> (ø)
crates/mun_runtime/src/lib.rs 75.91% <76.47%> (+1.61%) ⬆️
crates/mun_runtime/src/assembly.rs 93.37% <78.57%> (+4.49%) ⬆️
crates/mun_libloader/src/temp_library.rs 93.33% <83.33%> (-6.67%) ⬇️
crates/mun_libloader/src/lib.rs 97.95% <91.66%> (-2.05%) ⬇️
...rates/mun_codegen/src/code_gen/assembly_builder.rs 100.00% <100.00%> (ø)
crates/mun_codegen/src/code_gen/symbols/mod.rs 99.56% <100.00%> (+<0.01%) ⬆️
crates/mun_test/src/driver.rs 87.60% <100.00%> (ø)

... and 2 files with indirect coverage changes

@Wodann Wodann force-pushed the test/hot-reloading branch from 9599f51 to 9d971af Compare May 14, 2023 23:35
@Wodann Wodann merged commit 064d724 into mun-lang:main May 14, 2023
@Wodann Wodann deleted the test/hot-reloading branch May 14, 2023 23:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: test Adding missing tests or correcting existing tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants