-
Notifications
You must be signed in to change notification settings - Fork 68
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
fix(cli): do not inject script tags due to pages not allowing script tags #710
Conversation
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.
LGTM -
Tests seems to be failing though
Title should be scoped to CLI
The title should also describe the purpose of the commit, not how the commit does it. Refer to the SDLC |
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.
LGTM - minor nit inline feel free to ignore
@@ -78,7 +78,7 @@ | |||
], | |||
"statements": 95, | |||
"branches": 92, | |||
"functions": 100, | |||
"functions": 94, |
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.
nit - This is still above the required coverage, but maintain or increase coverage IMO
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.
How is coverage dropping by removing code? 🤔
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.
I also removed test but those test only tested the thing that I removed
Closes: #711