-
Notifications
You must be signed in to change notification settings - Fork 18
docs: remove duplicate coach names table from README #479
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- Remove Codacy configuration file (.codacy.yml) - Remove Codacy step from CI workflow (keep Codecov only) - Remove Codacy badge from README CodeQL handles security scanning, SonarCloud provides quality analysis, and Codecov tracks coverage - eliminating the need for duplicate tooling.
Replace detailed coach table with a reference to CHANGELOG.md to avoid duplication. The complete A-Z list is maintained in a single source of truth in the changelog.
WalkthroughThis pull request removes static analysis configuration entries and simplifies CI/CD workflows. Changes include deleting Codacy exclude paths configuration, consolidating coverage uploads to Codecov only, adjusting release notes formatting, and removing a coach names reference table from documentation. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #479 +/- ##
=======================================
Coverage 89.65% 89.65%
=======================================
Files 3 3
Lines 116 116
=======================================
Hits 104 104
Misses 12 12
🚀 New features to boost your workflow:
|



Replace detailed coach table with a reference to CHANGELOG.md to avoid duplication.
This change is
Summary by CodeRabbit
Documentation
Chores