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
I have a github repo which contains multiple projects inside the same repo with each project being in a different folder. Right now we have to run tests for every project/folder in the repo so that we can generate and upload the full coverage report. I want to only run tests for projects that were changed and either only upload the coverage for those folders or pull existing coverage files for the folders that did not changed and sum+upload the total report that way.
The text was updated successfully, but these errors were encountered:
I have a github repo which contains multiple projects inside the same repo with each project being in a different folder. Right now we have to run tests for every project/folder in the repo so that we can generate and upload the full coverage report. I want to only run tests for projects that were changed and either only upload the coverage for those folders or pull existing coverage files for the folders that did not changed and sum+upload the total report that way.
The text was updated successfully, but these errors were encountered: