-
Notifications
You must be signed in to change notification settings - Fork 23
chore(ci): remove FOSSA workflow due to expired API token #250
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
WalkthroughDeleted the GitHub Actions workflow file Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested reviewers
Pre-merge checks and finishing touches✅ Passed checks (2 passed)
✨ 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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR removes the FOSSA workflow entirely from the repository. FOSSA is a dependency scanning and license compliance tool, and this change eliminates automated license scanning and compliance checks from the CI/CD pipeline.
Key Changes:
- Deletion of the entire FOSSA GitHub Actions workflow file
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #250 +/- ##
=========================================
Coverage 36.39% 36.39%
Complexity 1141 1141
=========================================
Files 188 188
Lines 7185 7185
Branches 822 822
=========================================
Hits 2615 2615
Misses 4465 4465
Partials 105 105 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Siddhant-K-code
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Description
Removing the FOSSA workflow which is always failing due to expired API token.
What problem is being solved?
#243
How is it being solved?
What changes are made to solve it?
References
Review Checklist
mainSummary by CodeRabbit