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

feat(stdlib): Test framework improvements #114

Merged
merged 1 commit into from
Oct 5, 2024
Merged

Conversation

tibordp
Copy link
Member

@tibordp tibordp commented Oct 4, 2024

  • Make test module more useful
  • Add a span of the defined item to make tests with wrong signature easier to find
  • Change fmt thread-local buffer to a stack-allocd one
  • Fix name resolution in alumina-doc for absolute paths

Copy link

codecov bot commented Oct 4, 2024

Codecov Report

Attention: Patch coverage is 68.96552% with 9 lines in your changes missing coverage. Please review.

Project coverage is 88.63%. Comparing base (2288cde) to head (f77e501).
Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
src/alumina-boot/src/ir/mono/intrinsics.rs 67.85% 9 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #114      +/-   ##
==========================================
- Coverage   88.66%   88.63%   -0.04%     
==========================================
  Files          35       35              
  Lines       17090    17119      +29     
==========================================
+ Hits        15153    15173      +20     
- Misses       1937     1946       +9     

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

@tibordp tibordp merged commit 8a621ba into master Oct 5, 2024
10 checks passed
@tibordp tibordp deleted the test-improvements branch October 5, 2024 17:38
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