generated from actions/typescript-action
-
-
Notifications
You must be signed in to change notification settings - Fork 120
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
Annotations not being produced #1121
Comments
@mendezj-eikontx thank you very much for the report. I have reverted the last v4 release to v4.2.2 and added a warning to v4.3.0 while I investigate. I suppose it might be a side effect of the v4.3.0 release including some performance optimisations to speed the processing up. If you use |
mikepenz
added a commit
that referenced
this issue
Jun 22, 2024
… if `include_passed` is not enabled. ) - FIX #1121
Released v4.3.1 to fix the problem. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For over a month now I've been using this action to parse junit results and produce annotations. Starting yesterday (20 June 2024), this action stopped producing annotations. It still shows the number of tests, failures, and errors, but it says "no test annotations available". I have
include_passed: true
in my workflow, so I should see annotations for all of our tests (879 total).I re-ran the tests in a previous run that had annotations originally, but now I get the same "no test annotations available" message after re-running it.
The text was updated successfully, but these errors were encountered: