frgfm / torch-cam

Class activation maps for your PyTorch models (CAM, Grad-CAM, Grad-CAM++, Smooth Grad-CAM++, Score-CAM, SS-CAM, IS-CAM, XGrad-CAM, Layer-CAM)
https://frgfm.github.io/torch-cam/
Apache License 2.0
1.99k stars 205 forks source link

ci: Fixes the writing of the coverage file #231

Closed frgfm closed 8 months ago

frgfm commented 8 months ago

This PR removes pytest xdist which seems to conflict with the writing of the final coverage file.

codecov[bot] commented 8 months ago

Codecov Report

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

Comparison is base (39669e3) 0.00% compared to head (bde780d) 97.25%.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/frgfm/torch-cam/pull/231/graphs/tree.svg?width=650&height=150&src=pr&token=bmzD6bZSAX&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=F-G+Fernandez)](https://app.codecov.io/gh/frgfm/torch-cam/pull/231?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=F-G+Fernandez) ```diff @@ Coverage Diff @@ ## main #231 +/- ## ========================================= + Coverage 0 97.25% +97.25% ========================================= Files 0 8 +8 Lines 0 437 +437 ========================================= + Hits 0 425 +425 - Misses 0 12 +12 ``` [see 8 files with indirect coverage changes](https://app.codecov.io/gh/frgfm/torch-cam/pull/231/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=F-G+Fernandez)