Skip to content
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

Do not fail with error if provided test report json file is missing #107

Open
lafriks opened this issue Jan 2, 2024 · 2 comments
Open

Comments

@lafriks
Copy link

lafriks commented Jan 2, 2024

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

@mfridman
Copy link
Owner

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?

@lafriks
Copy link
Author

lafriks commented Jan 29, 2024

I would like to skip failing CI on all errors (just exit status code)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants