X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=Gruntfile.js;h=0e1c8cb2c2826d4196cbb762ccf277d5cd7a8db1;hb=d7e0948462ccf43cad6e6bbe237eac8a25f43f1a;hp=191286ad7ac7a5156974b37617dc494e558614ea;hpb=4cb9c1a24bde6e29c5e8f05c7cd1de54ffdd342a;p=lhc%2Fweb%2Fwiklou.git diff --git a/Gruntfile.js b/Gruntfile.js index 191286ad7a..0e1c8cb2c2 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -24,12 +24,13 @@ module.exports = function ( grunt ) { all: [ '**/*.js', '!docs/**', - '!tests/**', '!node_modules/**', '!resources/lib/**', '!resources/src/jquery.tipsy/**', '!resources/src/jquery/jquery.farbtastic.js', '!resources/src/mediawiki.libs/**', + // Third-party code of PHPUnit coverage report + '!tests/coverage/**', '!vendor/**', // Explicitly say "**/*.js" here in case of symlinks '!extensions/**/*.js',