Commit f68999b6 authored by Thomas Boni's avatar Thomas Boni
Browse files

use new version of tap-junit to improve report

parent 3d45065d
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -197,9 +197,5 @@ customize its behavior.

### Artifacts

!!! warning
    Currently, the report in merge request widget doesn't display details on
    issues found, they are only described in the job output log.

We use [Junit](https://junit.org/junit5/){:target="_blank"}'s XML report to display error report
directly in pipeline `Test` tab and in merge request widget.
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ super_linter:
    OUTPUT_FORMAT: "tap"
    OUTPUT_FOLDER: "super-linter.report"
    CONVERTED_OUTPUT_FOLDER: "converted-xml.report"
    TAP_JUNIT_VERSION: "3.1.2"
    TAP_JUNIT_VERSION: "4.0.0"
  artifacts:
    reports:
      junit: "${CONVERTED_OUTPUT_FOLDER}/*.xml"
+1 −0
Original line number Diff line number Diff line
* Improve MR report by providing detailed information about issues found