diff options
author | Winnie Hellmann <winnie@gitlab.com> | 2018-09-11 21:03:05 +0000 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2018-09-11 21:03:05 +0000 |
commit | 01b669640ab02a9f3eb45d74396b27e1a4fa165d (patch) | |
tree | 56c10cb571b49754972f584a80189b6c6696a9e2 /.gitignore | |
parent | 9b0764938315dd581cf38d8589f6811dc63b26a8 (diff) | |
download | gitlab-ce-01b669640ab02a9f3eb45d74396b27e1a4fa165d.tar.gz |
Generate JUnit report for Karma tests
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index eb0875a977f..82b3d08f7a8 100644 --- a/.gitignore +++ b/.gitignore @@ -78,3 +78,4 @@ eslint-report.html /.gitlab_pages_secret package-lock.json /junit_rspec.xml +/junit_karma.xml |