You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As this is likely not a one-time problem, it would be good to be able to integrate this as a part of your CI pipeline.
Thoughts:
The tool can wrongly target a package as being unused, this might be because we don't actually see the package in the code. Think apollo or graphql or the tool is making a mistake.
We can partially mitigate the above, by allowing users to configure accepted packages or ignored packages in Configuration Files #3 so we can check against those
This likely should be used as a fail condition on CI systems but rather something like codecov or something, it can generate the report and add it as a PR comment
The text was updated successfully, but these errors were encountered:
As this is likely not a one-time problem, it would be good to be able to integrate this as a part of your CI pipeline.
Thoughts:
The tool can wrongly target a package as being unused, this might be because we don't actually see the package in the code. Think
apollo
orgraphql
or the tool is making a mistake.We can partially mitigate the above, by allowing users to configure accepted packages or ignored packages in Configuration Files #3 so we can check against those
This likely should be used as a fail condition on CI systems but rather something like codecov or something, it can generate the report and add it as a PR comment
The text was updated successfully, but these errors were encountered: