diff --git a/packages/server/package.json b/packages/server/package.json index 5fbc4dca7b..2e8c742ccd 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -33,8 +33,7 @@ }, "scripts": { "test": "jest --testPathIgnorePatterns=routes && npm run test:integration", - "test:integration": "jest routes --runInBand", - "test:coverage": "jest routes --runInBand --coverage", + "test:integration": "jest routes --runInBand --coverage", "test:watch": "jest --watch", "run:docker": "node src/index", "dev:builder": "cross-env PORT=4001 nodemon src/index.js", @@ -54,6 +53,11 @@ "src/**/*.js", "!**/node_modules/**", "!src/db/views/*.js" + ], + "coverageReporters": [ + "lcov", + "json", + "clover" ] }, "keywords": [