mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-24 03:14:03 +03:00
Added cobertura
reporter to members-events-service
- without this, we don't get coverage reports for the package
This commit is contained in:
parent
b72c4482dc
commit
a12047b224
@ -7,7 +7,7 @@
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"dev": "echo \"Implement me!\"",
|
||||
"test": "NODE_ENV=testing c8 --all --check-coverage mocha './test/**/*.test.js'",
|
||||
"test": "NODE_ENV=testing c8 --all --reporter text --reporter cobertura --check-coverage mocha './test/**/*.test.js'",
|
||||
"lint": "eslint . --ext .js --cache"
|
||||
},
|
||||
"files": [
|
||||
|
Loading…
Reference in New Issue
Block a user