Add issue link to disabled JUnit reports
This commit is contained in:
parent
4caf063122
commit
58ecf27f1d
2 changed files with 3 additions and 0 deletions
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue