-
Notifications
You must be signed in to change notification settings - Fork 211
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
Disabling git ls-files #169
Comments
+1. We run tests from jar and don't need "git ls-files". But obviously - "git ..." also fails (since there was no checkout step before) |
We want to disable "git ..." too. |
This issue addresses the git ls-files step: #210 However, it does not create annotations, but I saw that with the java-junit reporter. I'm not sure how it is with other reporters. Example
|
+1 for the removal of I've had to specifically add a |
We have a repo with over 25k files and the output of "git ls-files", possibly from dist/index.js call to listFiles(), adds significant noise to our logs. Is there a way to disable this feature?
The text was updated successfully, but these errors were encountered: