Yicong-Huang commented on code in PR #5151: URL: https://github.com/apache/texera/pull/5151#discussion_r3337738489
########## frontend/.gitignore: ########## @@ -12,6 +12,9 @@ src/environments/version.ts # test coverage /coverage +# test reports +/junit.xml + Review Comment: feel free to add it separately. though I don't think if you just run tests locally it will generate this report. This report is only generated in CI. I think only you faced this issue, and it might due to you are running CI scripts locally. but we could just gitignore it anyway, there is no harm to do so. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
