cleanlab/cleanlab

Add more unit tests to improve code coverage

Open

#363 aperta il 23 ago 2022

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)Python (604 fork)batch import
good first issue

Metriche repository

Star
 (7479 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

You can check codecov runs for the lastest master branch and find lines of code that aren't currently covered by any unit test. It would be very helpful if you can add a unit test to cover such lines of code.

Important: any new unit tests you add must run very quickly! Ideally in under 1sec. If your tests run on some data, try to use the smallest dataset possible for the test to still be useful.

Guida contributor