We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The expected and actual results are compared in two ways:
diff expected.json actual.json
The workflow itself writes out files with a very standardized JSON format, but user modifications to the file(s) can lead to weirdness like https://github.com/uclahs-cds/pipeline-calculate-targeted-coverage/actions/runs/8239656461/job/22533387375?pr=56, where the tests pass but there are a ton of annotations complaining of differences.
Using diff -w to ignore whitespace for those annotations should fix the problem.
diff -w
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The expected and actual results are compared in two ways:
diff expected.json actual.json
The workflow itself writes out files with a very standardized JSON format, but user modifications to the file(s) can lead to weirdness like https://github.com/uclahs-cds/pipeline-calculate-targeted-coverage/actions/runs/8239656461/job/22533387375?pr=56, where the tests pass but there are a ton of annotations complaining of differences.
Using
diff -w
to ignore whitespace for those annotations should fix the problem.The text was updated successfully, but these errors were encountered: