question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error processing result file: Invalid format.

See original GitHub issue

I am getting an error Error processing result file: Invalid format when trying to give the kotlinx-kover xml file as input. If it is not supported, is it possible to do so?

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
EnricoMicommented, Apr 12, 2022

You could either specify the file pattern given via files in a way that it does not match the failsafe reports, or explicitly exclude the failsafe directory. The configuration section in the README has details on how to do that:

You can provide multiple file patterns, one pattern per line. Patterns starting with ! exclude the matching files. There have to be at least one pattern starting without a !:

1reaction
EnricoMicommented, Dec 19, 2021

I am not familiar with Kotlin, but I think you need to enable JUnit XML reports for your test tasks. Those results is what this action processes.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Getting error "Invalid results file. Please make sure the Test ...
Attached is the results file it is failing on. This does validate in a simple test project against the schema referenced for JUNIT...
Read more >
Invalid results file. Make sure the result format of the file ...
We're having an issue publishing our test results using the "Publish Test Results" task. We want to be able to supply our own...
Read more >
Invalid results file Warning when running Azure DevOps Test ...
Make sure the result format of the file '/home/vsts/work/_temp/_fv-az592_2019-04-09_21_14_10. trx' matches 'VSTest' test results format.
Read more >
Error with "Get Changes For an Item or File" - Invalid format for ...
Solved: I'm trying to run a flow that will check when an item is updated if its status has been changed to "Active"...
Read more >
What does the error message "Invalid file format" mean?
What does the error message "Invalid file format" mean? · Download and install this software, preferably in the same directory as your reference ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found