gitlabr
gitlabr copied to clipboard
Add junit reporter for gitlab-ci
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).