Added cobertura reporter to members-events-service

- without this, we don't get coverage reports for the package
This commit is contained in:
Daniel Lockyer 2022-07-26 15:37:33 +02:00
parent b72c4482dc
commit a12047b224
No known key found for this signature in database
GPG Key ID: D21186F0B47295AD

View File

@ -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": [