Skip to content

Use ParallelTestRunner.jl to parallelize the tests - #99

Merged
blegat merged 2 commits into
mainfrom
bl/para
Sep 17, 2026
Merged

blegat merged 2 commits into
mainfrom
bl/para

Conversation

@blegat

@blegat blegat commented Sep 17, 2026

Copy link
Copy Markdown
Owner

Follows MathOptInterface (jump-dev/MathOptInterface#2932): test files are renamed to test_*.jl and discovered by test/runtests.jl, which hands them to ParallelTestRunner.runtests. Helper files (Transformer.jl, OptimisersSolver.jl) keep their names so they are not picked up as testsets, and the Julia v1.10 exclusions are kept.

Follows MathOptInterface (jump-dev/MathOptInterface#2932): test files are
renamed to `test_*.jl` and discovered by `test/runtests.jl`, which hands
them to `ParallelTestRunner.runtests`. Helper files (`Transformer.jl`,
`OptimisersSolver.jl`) keep their names so they are not picked up as
testsets, and the Julia v1.10 exclusions are kept.
@codecov

codecov Bot commented Sep 17, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.22%. Comparing base (ce0ee16) to head (b8e1764).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #99   +/-   ##
=======================================
  Coverage   92.22%   92.22%           
=======================================
  Files          25       25           
  Lines        3217     3217           
=======================================
  Hits         2967     2967           
  Misses        250      250           

☔ View full report in Codecov by Harness.
📢 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.

@blegat
blegat merged commit b277bd1 into main Sep 17, 2026
5 checks passed
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.

1 participant