Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWinnie Hellmann <winnie@gitlab.com>2018-01-10 15:29:55 +0300
committerWinnie Hellmann <winnie@gitlab.com>2018-01-10 16:57:24 +0300
commitee66b316419bd264254640780c00496f06278b8f (patch)
treedf2280b2b0b1a7989aab7b5634a763b9cedeb80f /.babelrc
parentbe623ef3c1a867d23e9625fe372c17fcad3c47ce (diff)
Exclude translations from coverage report
Diffstat (limited to '.babelrc')
-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", {