Merge branch 'winh-issue-link-junit-reports' into 'master'

Add issue link to disabled JUnit reports

See merge request gitlab-org/gitlab-ce!30912
This commit is contained in:
Marin Jankovski 2019-07-18 20:27:36 +00:00
commit b1d2aed43a
2 changed files with 3 additions and 0 deletions

View File

@ -168,6 +168,7 @@ karma:
paths:
- chrome_debug.log
- coverage-javascript/
# see https://gitlab.com/gitlab-org/gitlab-ce/issues/64756
# reports:
# junit: junit_karma.xml
@ -191,6 +192,7 @@ jest:
paths:
- coverage-frontend/
- junit_jest.xml
# see https://gitlab.com/gitlab-org/gitlab-ce/issues/64756
# reports:
# junit: junit_jest.xml
cache:

View File

@ -80,6 +80,7 @@
- rspec_profiling/
- tmp/capybara/
- tmp/memory_test/
# see https://gitlab.com/gitlab-org/gitlab-ce/issues/64756
# reports:
# junit: junit_rspec.xml