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

misc(scripts): script to run and collect Miri logs #537

Merged
merged 5 commits into from
Dec 19, 2023

Conversation

belagoesr
Copy link
Contributor

Description
This PR has a script to run Miri and collect logs per crate in the codebase. Output looks like this:
image

Issues
Related to #420

@Wodann Wodann marked this pull request as ready for review December 19, 2023 14:28
@Wodann Wodann self-requested a review December 19, 2023 14:28
@Wodann Wodann assigned Wodann and belagoesr and unassigned Wodann Dec 19, 2023
@Wodann Wodann added this to the Mun v0.5.0 milestone Dec 19, 2023

mkdir ../.logs
cd ../crates
cargo clean
Copy link
Collaborator

@Wodann Wodann Dec 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@belagoesr do you happen to remember why cargo clean is necessary?

I'm assuming that it's to ensure that the generated logs always contain all errors/warnings.

Copy link

codecov bot commented Dec 19, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (c9a8ab3) 87.34% compared to head (5bf6d75) 87.37%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #537      +/-   ##
==========================================
+ Coverage   87.34%   87.37%   +0.02%     
==========================================
  Files         269      269              
  Lines       31167    31167              
==========================================
+ Hits        27224    27232       +8     
+ Misses       3943     3935       -8     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@baszalmstra baszalmstra merged commit d7526b9 into mun-lang:main Dec 19, 2023
18 checks passed
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.

3 participants