diff options
author | Tim Zallmann <tzallmann@gitlab.com> | 2018-01-11 09:27:45 +0000 |
---|---|---|
committer | Tim Zallmann <tzallmann@gitlab.com> | 2018-01-11 09:27:45 +0000 |
commit | 2de8fb7bab49c1a5168ee56fc12e1f3ceb0ad1c7 (patch) | |
tree | 4666cf23e3c2069d580cc19c1fa09d668921e95d | |
parent | 21bb393378c864d1715c252e7523e7ca3f70472b (diff) | |
parent | ee66b316419bd264254640780c00496f06278b8f (diff) | |
download | gitlab-ce-2de8fb7bab49c1a5168ee56fc12e1f3ceb0ad1c7.tar.gz |
Merge branch 'winh-exclude-locale-coverage' into 'master'
Exclude translations from coverage report
See merge request gitlab-org/gitlab-ce!16348
-rw-r--r-- | .babelrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -8,7 +8,8 @@ "plugins": [ ["istanbul", { "exclude": [ - "spec/javascripts/**/*" + "spec/javascripts/**/*", + "app/assets/javascripts/locale/**/app.js" ] }], ["transform-define", { |