summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Zallmann <tzallmann@gitlab.com>2018-01-11 09:27:45 +0000
committerTim Zallmann <tzallmann@gitlab.com>2018-01-11 09:27:45 +0000
commit2de8fb7bab49c1a5168ee56fc12e1f3ceb0ad1c7 (patch)
tree4666cf23e3c2069d580cc19c1fa09d668921e95d
parent21bb393378c864d1715c252e7523e7ca3f70472b (diff)
parentee66b316419bd264254640780c00496f06278b8f (diff)
downloadgitlab-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--.babelrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/.babelrc b/.babelrc
index 2bae7ca9fbf..b93bef72de1 100644
--- a/.babelrc
+++ b/.babelrc
@@ -8,7 +8,8 @@
"plugins": [
["istanbul", {
"exclude": [
- "spec/javascripts/**/*"
+ "spec/javascripts/**/*",
+ "app/assets/javascripts/locale/**/app.js"
]
}],
["transform-define", {