diff options
author | Kamil Trzciński <ayufan@ayufan.eu> | 2018-08-03 18:39:48 +0000 |
---|---|---|
committer | Kamil Trzciński <ayufan@ayufan.eu> | 2018-08-03 18:39:48 +0000 |
commit | 99c033f2888a96267aa0443ad7a07f1f0e861992 (patch) | |
tree | a1d7bb68dfaba668987705538bfa4526c473010d /changelogs | |
parent | 53ecd2e147eb24f7e53385cb21f0c9759a482d6c (diff) | |
parent | fafd1764ca71156d261a604d64b43d531667cb17 (diff) | |
download | gitlab-ce-99c033f2888a96267aa0443ad7a07f1f0e861992.tar.gz |
Merge branch 'artifact-format-v2-with-parser' into 'master'
Parse junit.xml.gz and calculate the difference between head and base
See merge request gitlab-org/gitlab-ce!20576
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/artifact-format-v2-with-parser.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/artifact-format-v2-with-parser.yml b/changelogs/unreleased/artifact-format-v2-with-parser.yml new file mode 100644 index 00000000000..e1a779cf6dd --- /dev/null +++ b/changelogs/unreleased/artifact-format-v2-with-parser.yml @@ -0,0 +1,5 @@ +--- +title: JUnit XML Test Summary In MR widget +merge_request: 20576 +author: +type: added |