Exclude translations from coverage report

This commit is contained in:
Winnie Hellmann 2018-01-10 12:29:55 +00:00
parent be623ef3c1
commit ee66b31641

View file

@ -8,7 +8,8 @@
"plugins": [ "plugins": [
["istanbul", { ["istanbul", {
"exclude": [ "exclude": [
"spec/javascripts/**/*" "spec/javascripts/**/*",
"app/assets/javascripts/locale/**/app.js"
] ]
}], }],
["transform-define", { ["transform-define", {