funkelab / motile

Multi-Object Tracker using Integer Linear Equations
https://funkelab.github.io/motile/
MIT License
24 stars 5 forks source link

Use pytest fixtures to serve the test data #109

Closed cmalinmayor closed 2 months ago

cmalinmayor commented 2 months ago

Closes #106

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 93.47%. Comparing base (1667678) to head (20d6f95).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #109 +/- ## ========================================== - Coverage 93.74% 93.47% -0.27% ========================================== Files 33 32 -1 Lines 815 782 -33 ========================================== - Hits 764 731 -33 Misses 51 51 ```

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

cmalinmayor commented 2 months ago

The coverage percent goes down very slightly because the test data was considered "tested" code previously, and now it is not. This is fine.