Skip to content

generate test reports

Tilmann Becker requested to merge generate-test-reports into master

What does this MR do?

To enhance test debugging (identify flaky tests, find slowest test), some reports are nice. This PR tells the CI to generate report files, which should be stored as artifacts.

As long as Gitlab doesn't have a built-in way to gather statistics from JUnit files (https://gitlab.com/gitlab-org/gitlab-ce/issues/17081 https://gitlab.com/gitlab-org/gitlab-ce/issues/13227), we can retrieve the artifacts via API and analyze them ourselves.

How confident are you it won't break things if deployed?

Very confident.

Links to related issues

Checklist

  • added a test, or explain why one is not needed/possible...
  • no unrelated changes
  • asked someone for a code review
  • joined #foodsharing-beta channel at https://slackin.yunity.org
  • added an entry to CHANGELOG.md (description, merge request link, username(s))

Merge request reports