CAREamics / careamics

A deep-learning library for N2V and friends
https://careamics.github.io/
BSD 3-Clause "New" or "Revised" License
30 stars 6 forks source link

tooling: Add parallel testing #243

Closed jdeschamps closed 2 months ago

jdeschamps commented 2 months ago

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

codecov[bot] commented 2 months ago

Codecov Report

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.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #243 +/- ## ========================================== + Coverage 87.20% 87.25% +0.05% ========================================== Files 130 131 +1 Lines 4876 4897 +21 ========================================== + Hits 4252 4273 +21 Misses 624 624 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

jdeschamps commented 2 months ago

Did not seem to have much effect in the CI itself...