Commit 2de8fb7b authored by Tim Zallmann's avatar Tim Zallmann

Merge branch 'winh-exclude-locale-coverage' into 'master'

Exclude translations from coverage report

See merge request gitlab-org/gitlab-ce!16348
parents 21bb3933 ee66b316
......@@ -8,7 +8,8 @@
"plugins": [
["istanbul", {
"exclude": [
"spec/javascripts/**/*"
"spec/javascripts/**/*",
"app/assets/javascripts/locale/**/app.js"
]
}],
["transform-define", {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment