Skip to content

test: support miri for unit test in actions #1712

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

Merged
merged 1 commit into from
Jul 4, 2025
Merged

Conversation

BraveY
Copy link

@BraveY BraveY commented Jul 2, 2025

Relevant Issue (if applicable)

If there are Issues related to this PullRequest, please list it.
#1665

Details

Please describe the details of PullRequest.
support miri for unit test in actions

Types of changes

What types of changes does your PullRequest introduce? Put an x in all the boxes that apply:

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation Update (if none of the other choices apply)

Checklist

Go over all the following points, and put an x in all the boxes that apply.

  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.

@BraveY BraveY requested review from a team as code owners July 2, 2025 02:06
@BraveY BraveY requested review from bergwolf, jiangliu and gaius-qi and removed request for a team July 2, 2025 02:06
Copy link

codecov bot commented Jul 2, 2025

Codecov Report

Attention: Patch coverage is 0% with 2 lines in your changes missing coverage. Please review.

Project coverage is 55.48%. Comparing base (72b1955) to head (dc7e4b6).
Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
src/bin/nydusd/virtiofs.rs 0.00% 2 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1712      +/-   ##
==========================================
- Coverage   55.48%   55.48%   -0.01%     
==========================================
  Files         197      197              
  Lines       55891    55891              
  Branches    47247    47247              
==========================================
- Hits        31012    31010       -2     
- Misses      23274    23275       +1     
- Partials     1605     1606       +1     
Files with missing lines Coverage Δ
src/bin/nydusd/virtiofs.rs 0.00% <0.00%> (ø)

... and 2 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Collaborator

@imeoer imeoer left a comment

Choose a reason for hiding this comment

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

LGTM!

@imeoer imeoer merged commit a26c7bf into dragonflyoss:master Jul 4, 2025
25 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.

2 participants