Use TestItemRunner instead of ReTestItems#611
Conversation
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
🤖 Code FormattingYour 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 |
Co-authored-by: bvdmitri <6557701+bvdmitri@users.noreply.github.com>
🤖 Code FormattingYour 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 |
Codecov Report❌ Patch coverage is
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. 🚀 New features to boost your workflow:
|
Also introduce the new option to the
inferfunction that reduces the noise in tests and documentation build. It disables the inference error hint printing. CI now also uses theTHROW_ON_INFERENCE_ERROR_HINTenvironment variable that forces the printing to actually throw an error. Fixes #606Minor, removed unused USE_DEV and USE_BENCHMARK env variables from the runtests.jl