You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: remove Codecov configuration and integrate SonarQube for code analysis
- Deleted the Codecov configuration file as part of the transition to SonarQube for code quality and coverage analysis.
- Updated the to align coverage exclusions with SonarQube settings, ensuring consistency in coverage reporting.
- Added a new file to configure SonarQube project settings, including source encoding, exclusions, and test report paths.
- Modified the GitHub Actions workflow to replace Codecov upload steps with SonarQube analysis, enhancing CI/CD integration for code quality checks.
- Updated README.md to reflect the new SonarQube badges for quality and coverage metrics.
**⭐ If you find [`torchsom`](https://github.com/michelin/TorchSOM) valuable, please consider starring this repository ⭐**
43
+
30
44
</div>
31
45
32
46
---
@@ -39,8 +53,6 @@ Whether you are a researcher or practitioner, TorchSOM empowers you to efficient
39
53
40
54
TorchSOM is the official implementation accompanying the paper: [TorchSOM: A Scalable PyTorch-Compatible Library for Self-Organizing Maps](update_link), presented at @CONFERENCE, @DATE.
41
55
42
-
**⭐ If you find TorchSOM valuable, please consider starring this repository ⭐**
0 commit comments