From 0ba1127c15182564ac25b41b55433ed8f9512a9c Mon Sep 17 00:00:00 2001 From: Pranav Yadav Date: Fri, 18 Nov 2022 05:58:04 -0800 Subject: [PATCH] untrack test reports generated by test libraries (reporters) (#35187) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Summary: - Untrack Test Reports generated by test libraries (reporters E.g. `jest-junit`) - E.g. `/reports/junit/js-test-results.xml` report is generated; when we exec `yarn test-ci`, which is **_shouldn't_ be tracked** ### NOTE: Used `[skip ci]` to avoid wastage of compute resources �🌏 - Feel free to init tests manually if you find it necessary ## Changelog [GENERAL] [CHANGED] - Untrack Test Reports generated by test libraries (reporters E.g. `jest-junit`) Pull Request resolved: https://github.com/facebook/react-native/pull/35187 Test Plan: `yarn test-ci` ![image](https://user-images.githubusercontent.com/55224033/199709131-240d844c-a98a-419b-a370-cafe8e927de4.png) Reviewed By: cipolleschi Differential Revision: D40993282 Pulled By: sshic fbshipit-source-id: 3fe150d3e8bd45cec56b50f2dc071002412e475e --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index fadf52a7f1c187..fa41a5729c3b34 100644 --- a/.gitignore +++ b/.gitignore @@ -82,6 +82,9 @@ package-lock.json /coverage /third-party +# Test Reports +/reports + # Root dir shouldn't have Xcode project /*.xcodeproj