gitlabr icon indicating copy to clipboard operation
gitlabr copied to clipboard

Add junit reporter for gitlab-ci

Open LBeaulaton opened this issue 7 months ago • 0 comments

To make the best use of gitlab-ci you can add a junit reporter for tests. This is the only reporter supported by gitlab.

junit reporter is avalaible from the {testthat} package.

This post gives a working solution. In my experience {xml2} needs to be added as a suggests package (required for junit).

LBeaulaton avatar Jul 12 '24 08:07 LBeaulaton