-
-
Notifications
You must be signed in to change notification settings - Fork 6.4k
fix(ci): use correct import syntax #7788
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
Signed-off-by: Aviv Keller <[email protected]>
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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
Fixes the import syntax in the CI workflow script to correctly extract the default export from the report-inactive-collaborators
module.
- Switched from assigning the module namespace to destructuring its default export.
Lighthouse Results
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #7788 +/- ##
=======================================
Coverage 75.36% 75.36%
=======================================
Files 96 96
Lines 7862 7862
Branches 192 192
=======================================
Hits 5925 5925
Misses 1936 1936
Partials 1 1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
😅