Closed jdeschamps closed 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 87.25%. Comparing base (
427fa26
) to head (08ceed4
). Report is 7 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Did not seem to have much effect in the CI itself...
Description
The testing is becoming quite lengthy due to the LVAE addition. This PR add parallel testing to the CI using
pytest-xdist
.Changes Made
pyproject.toml
andci.yml
.