diff options
author | Winnie Hellmann <winnie@gitlab.com> | 2018-01-10 12:29:55 +0000 |
---|---|---|
committer | Winnie Hellmann <winnie@gitlab.com> | 2018-01-10 14:57:24 +0100 |
commit | ee66b316419bd264254640780c00496f06278b8f (patch) | |
tree | df2280b2b0b1a7989aab7b5634a763b9cedeb80f /.babelrc | |
parent | be623ef3c1a867d23e9625fe372c17fcad3c47ce (diff) | |
download | gitlab-ce-ee66b316419bd264254640780c00496f06278b8f.tar.gz |
Exclude translations from coverage reportwinh-exclude-locale-coverage
Diffstat (limited to '.babelrc')
-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", { |