Skip to content

Generate junit report file for tests

Tomasz Maczukin requested to merge generate-junit-report-file-for-tests into master

What does this MR do?

Adds integration to GitLab's JUnit reports support to Runner's test suite. Additionally it makes the coverage stage jobs to be executed always.

Why was this MR needed?

To make it easier to find out what test failed and dogfood our JUnit support solution :)

One of the changes added in this MR is to run coverage stage jobs always. I think that coverage metrics and race condition detection results may be useful even if the test suite fails.

Are there points in the code the reviewer needs to double check?

Does this MR meet the acceptance criteria?

  • Documentation created/updated
  • Added tests for this feature/bug
  • In case of conflicts with master - branch was rebased

What are the relevant issue numbers?

Merge request reports