PavanMudigonda / jacoco-reporter

GitHub Action to Publish JaCoCo Format Code Coverage XML and attach it to the Workflow Run as a Check Run. Also can enforce Coverage Quality Gate.
https://linkedin.com/in/PavanMudigonda
MIT License
63 stars 7 forks source link

Invalid format '# Coverage Report: Test coverage results' #27

Closed ole4ryb closed 1 year ago

ole4ryb commented 1 year ago

Describe the bug The job fails with the message: Error: Unable to process file command 'output' successfully. Error: Invalid format '# Coverage Report: Test coverage results'.

It used to work before but now it fails and not sure where the problem is.

To Reproduce Steps to reproduce the behavior:

  1. Go to https://github.com/AnswerConsulting/AnswerKing-Java/actions/runs/3446304463/jobs/5751041279
  2. Re-run the job and see the error.
  3. Scroll down to 'Publish test coverage results' step.

Expected behavior I shouldn't fail with the output thing as it didn't complain about it before.

Screenshots image

Desktop (please complete the following information):

PavanMudigondaTR commented 1 year ago

Working on fixing it. got this reported by my team mates as well !

PavanMudigondaTR commented 1 year ago

@oleksiiRybak Fixed. Simply try rerunning and see if it works ! Please tell me if it works.

PavanMudigondaTR commented 1 year ago

Fix working as per team members from my Org. I would prefer to close issue !

ole4ryb commented 1 year ago

Hi Pavan, thank you for your help and providing the fix, much appreciated. It works OK now.