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

Add functions for busy waiting #355

Merged
merged 3 commits into from
Mar 14, 2025
Merged

Add functions for busy waiting #355

merged 3 commits into from
Mar 14, 2025

Conversation

PatrickKa
Copy link
Contributor

@PatrickKa PatrickKa commented Mar 14, 2025

Description

Fixes #354

Also, explicitly specifies the Ubuntu version used for CI jobs and fixes the warnings in the format-and-spell-check job.

@PatrickKa PatrickKa marked this pull request as ready for review March 14, 2025 14:50
@codecov-commenter
Copy link

codecov-commenter commented Mar 14, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.70%. Comparing base (e12b87a) to head (10ac533).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #355   +/-   ##
=======================================
  Coverage   87.70%   87.70%           
=======================================
  Files          62       62           
  Lines        2366     2366           
  Branches      106      106           
=======================================
  Hits         2075     2075           
  Misses        291      291           

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

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Some version of Python should be preinstalled. Let's see if it works
with that.
@PatrickKa PatrickKa merged commit 15d0343 into master Mar 14, 2025
6 checks passed
@PatrickKa PatrickKa deleted the busy-wait branch March 14, 2025 15:21
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.

Add functions for busy waiting
2 participants