-
Notifications
You must be signed in to change notification settings - Fork 70
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
refactor setup script #13323
refactor setup script #13323
Conversation
}, | ||
module.exports = async (options) => { | ||
try { | ||
const response = await fetch(`${options.hostname || 'http://localhost:3000'}${options.path}`, { |
Check warning
Code scanning / CodeQL
File data in outbound network request Medium
file data
} | ||
req.end(() => {}); | ||
}); | ||
body: options.body ? JSON.stringify(options.body) : undefined, |
Check warning
Code scanning / CodeQL
File data in outbound network request Medium
file data
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #13323 +/- ##
=======================================
Coverage 93.63% 93.63%
=======================================
Files 1424 1424
Lines 19864 19864
Branches 2412 2412
=======================================
Hits 18600 18600
Misses 1015 1015
Partials 249 249 ☔ View full report in Codecov by Sentry. |
d6c244d
to
e1e1053
Compare
…inn-studio into refactor/setup-script
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.
Approved, hope its okay since we did this together with pair-programming. 🙈
Description
Related Issue(s)
Verification
Documentation