Commit 58ecf27f authored by Winnie Hellmann's avatar Winnie Hellmann Committed by Marin Jankovski

Add issue link to disabled JUnit reports

parent 4caf0631
...@@ -168,6 +168,7 @@ karma: ...@@ -168,6 +168,7 @@ karma:
paths: paths:
- chrome_debug.log - chrome_debug.log
- coverage-javascript/ - coverage-javascript/
# see https://gitlab.com/gitlab-org/gitlab-ce/issues/64756
# reports: # reports:
# junit: junit_karma.xml # junit: junit_karma.xml
...@@ -191,6 +192,7 @@ jest: ...@@ -191,6 +192,7 @@ jest:
paths: paths:
- coverage-frontend/ - coverage-frontend/
- junit_jest.xml - junit_jest.xml
# see https://gitlab.com/gitlab-org/gitlab-ce/issues/64756
# reports: # reports:
# junit: junit_jest.xml # junit: junit_jest.xml
cache: cache:
......
...@@ -80,6 +80,7 @@ ...@@ -80,6 +80,7 @@
- rspec_profiling/ - rspec_profiling/
- tmp/capybara/ - tmp/capybara/
- tmp/memory_test/ - tmp/memory_test/
# see https://gitlab.com/gitlab-org/gitlab-ce/issues/64756
# reports: # reports:
# junit: junit_rspec.xml # junit: junit_rspec.xml
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment