Skip to content
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

test(memory): add type conversion test #164

Merged
merged 1 commit into from
May 8, 2020

Conversation

Wodann
Copy link
Collaborator

@Wodann Wodann commented May 6, 2020

Adds a test to make sure type conversion works when memory mapping.

@Wodann Wodann requested a review from baszalmstra May 6, 2020 19:27
@Wodann Wodann self-assigned this May 6, 2020
@codecov
Copy link

codecov bot commented May 6, 2020

Codecov Report

Merging #164 into master will increase coverage by 0.03%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #164      +/-   ##
==========================================
+ Coverage   82.85%   82.89%   +0.03%     
==========================================
  Files         163      163              
  Lines       11221    11223       +2     
==========================================
+ Hits         9297     9303       +6     
+ Misses       1924     1920       -4     
Impacted Files Coverage Δ
crates/mun_runtime/tests/memory.rs 100.00% <100.00%> (ø)
crates/mun_memory/src/mapping.rs 94.91% <0.00%> (+1.69%) ⬆️
crates/mun_memory/src/diff.rs 96.00% <0.00%> (+2.00%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 27711a9...bfa0974. Read the comment docs.

@Wodann Wodann force-pushed the test/conversion branch from 01dd43d to 3cf58dd Compare May 7, 2020 08:41
@Wodann Wodann force-pushed the test/conversion branch from 3cf58dd to bfa0974 Compare May 8, 2020 09:20
@Wodann Wodann merged commit 22c5594 into mun-lang:master May 8, 2020
@Wodann Wodann added this to the Mun v0.2 milestone May 14, 2020
@Wodann Wodann deleted the test/conversion branch May 14, 2020 15:10
@Wodann Wodann restored the test/conversion branch May 14, 2020 15:10
@Wodann Wodann deleted the test/conversion branch May 14, 2020 15:11
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.

2 participants