Skip to content

Use TestItemRunner instead of ReTestItems#611

Merged
bvdmitri merged 4 commits intomainfrom
use-test-item-runner
Mar 19, 2026
Merged

Use TestItemRunner instead of ReTestItems#611
bvdmitri merged 4 commits intomainfrom
use-test-item-runner

Conversation

@bvdmitri
Copy link
Copy Markdown
Member

Also introduce the new option to the infer function that reduces the noise in tests and documentation build. It disables the inference error hint printing. CI now also uses the THROW_ON_INFERENCE_ERROR_HINT environment variable that forces the printing to actually throw an error. Fixes #606

Minor, removed unused USE_DEV and USE_BENCHMARK env variables from the runtests.jl

Also introduce the new option to the `infer` function that reduces the noise
in tests and documentation build. It disables the inference error hint
printing. CI now also uses the `THROW_ON_INFERENCE_ERROR_HINT`
environment variable that forces the printing to actually throw an
error. Fixes #606

Minor, removed unused USE_DEV and USE_BENCHMARK env variables from the
runtests.jl
@bvdmitri bvdmitri requested a review from Nimrais March 16, 2026 14:57
@github-actions
Copy link
Copy Markdown
Contributor

🤖 Code Formatting

Your PR still has some code formatting issues. I've updated PR #612 with the necessary formatting changes.

You can merge that PR into this branch to fix the code style check.

Alternatively, you can run make format locally and push the changes yourself.

Co-authored-by: bvdmitri <6557701+bvdmitri@users.noreply.github.com>
@github-actions
Copy link
Copy Markdown
Contributor

🤖 Code Formatting

Your PR still has some code formatting issues. I've updated PR #613 with the necessary formatting changes.

You can merge that PR into this branch to fix the code style check.

Alternatively, you can run make format locally and push the changes yourself.

@codecov
Copy link
Copy Markdown

codecov bot commented Mar 16, 2026

Codecov Report

❌ Patch coverage is 81.81818% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 80.28%. Comparing base (41c6783) to head (02e184f).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/inference/inference.jl 50.00% 2 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main     #611   +/-   ##
=======================================
  Coverage   80.28%   80.28%           
=======================================
  Files          26       26           
  Lines        2135     2135           
=======================================
  Hits         1714     1714           
  Misses        421      421           

☔ 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.

@bvdmitri bvdmitri merged commit 08d58ca into main Mar 19, 2026
10 checks passed
@bvdmitri bvdmitri deleted the use-test-item-runner branch March 19, 2026 07:39
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.

[Docs]: documentation build prints fake error that confuses even developers

1 participant