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

Fix flaky TryFromBytes tests #1917

Merged
merged 1 commit into from
Oct 15, 2024
Merged

Fix flaky TryFromBytes tests #1917

merged 1 commit into from
Oct 15, 2024

Conversation

jswrenn
Copy link
Collaborator

@jswrenn jswrenn commented Oct 15, 2024

These tests depend on src being aligned to multiples of 2. With this commit, that dependency is explicitly enforced.

These tests depend on `src` being aligned to multiples of 2. With
this commit, that dependency is explicitly enforced.
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.47%. Comparing base (49749b7) to head (7305893).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1917   +/-   ##
=======================================
  Coverage   89.47%   89.47%           
=======================================
  Files          16       16           
  Lines        5846     5846           
=======================================
  Hits         5231     5231           
  Misses        615      615           

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

@jswrenn jswrenn added this pull request to the merge queue Oct 15, 2024
Merged via the queue into main with commit f04c344 Oct 15, 2024
63 checks passed
@jswrenn jswrenn deleted the fix-flaky-alignment-tests branch October 15, 2024 21:32
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