Use Flag for improving the management of CodeCov#343
Use Flag for improving the management of CodeCov#343tgnassou merged 31 commits intoscikit-adaptation:mainfrom
Conversation
7fc15d3 to
9ecba35
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #343 +/- ##
==========================================
+ Coverage 96.41% 96.48% +0.06%
==========================================
Files 63 50 -13
Lines 6919 5943 -976
==========================================
- Hits 6671 5734 -937
+ Misses 248 209 -39 🚀 New features to boost your workflow:
|
Pr flag code cov
[dataset] Not skipping test because require torch
|
I created Proof of concept: here @rflamary If I limit the tests in the dataset folder, I will reduce the coverage of the folder by 1.7 % of the dataset folder. What do you think? |
… into PR_flag_code_cov
|
I fixed the missing point. After your answer, this PR can be merged. |
|
LGTM |
Based on the flags documentation of CodeCov.
I try to improve the management of the coverage.
I will try next week to test it and see if it's working or not.
This is linked to the issue of the coverage of some Pull Requests are not passing because the dataset tests are not running.