fix: correct single-precision CI testing#1400
Conversation
…d, remove Example skip
… mismatch with example dir names)
|
Warning Rate limit exceeded
To continue reviewing without waiting, purchase usage credits in the billing tab. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
ⓘ You've reached your Qodo monthly free-tier limit. Reviews pause until next month — upgrade your plan to continue now, or link your paid account if you already have one. |
Claude Code ReviewHead SHA: 84ffb7a Files changed:
FindingsImplicit The matrix entry changed at line 175 ( TEST_ALL: ${{ matrix.mpi == 'mpi' && '--test-all' || '' }}Before this PR, the single-precision entry had This is a substantially larger test scope than before. If the intent was only to add |
Automated Code ReviewSummary: 0 critical issues, 0 issues. Retraction
The two flags are orthogonal: Suggestions
StrengthsThe root cause diagnosis is correct. The fix is minimal and correct. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1400 +/- ##
=======================================
Coverage 64.90% 64.90%
=======================================
Files 72 72
Lines 18874 18874
Branches 1571 1571
=======================================
Hits 12250 12250
Misses 5649 5649
Partials 975 975 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Closes #759
Summary
\$PRECISIONto the Test step in `.github/workflows/test.yml` so single-precision binaries are actually tested with `--single` tolerances (root bug: `$PRECISION` was only in the Build step env, so the Test step ran double-precision test selection/tolerance against single-precision output)Test plan