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
When running in CI this is useful not to fail in case test report generation somehow failed or was not run and because of that report json file is missing.
This could probably be also as an cli arg like -skip-missing-file and than it would just exit with status code 0 if report file is not present
The text was updated successfully, but these errors were encountered:
By report file, do you mean the output tparse produces? I presume you're referring to all the internal errors that tparse might run into, and you'd like to avoid those failing CI?
When running in CI this is useful not to fail in case test report generation somehow failed or was not run and because of that report json file is missing.
This could probably be also as an cli arg like
-skip-missing-file
and than it would just exit with status code 0 if report file is not presentThe text was updated successfully, but these errors were encountered: