From fd1920e1fbdb9748b9da6a0d7491c13c5becde19 Mon Sep 17 00:00:00 2001 From: antonio Date: Sat, 15 Aug 2020 18:56:13 -0400 Subject: [PATCH] chore(coverage): bump up to 95% line and statement coverage --- package.json | 2 +- test/models/table/static/getSecurityMode.js | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 2ceec15c0..c3e7d274a 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "fulltest": "nyc mocha --recursive --timeout 20000 test/ --exit", "linter": "eslint -c .eslintrc.js .", "coveralls": "nyc report --reporter=text-lcov | coveralls", - "coverage": "nyc check-coverage --statements 90 --branches 90 --functions 90 --lines 90" + "coverage": "nyc check-coverage --statements 95 --branches 90 --functions 90 --lines 95" }, "bin": { "chinchay": "./cliApp/lector.js" diff --git a/test/models/table/static/getSecurityMode.js b/test/models/table/static/getSecurityMode.js index ac9411856..631348d7d 100644 --- a/test/models/table/static/getSecurityMode.js +++ b/test/models/table/static/getSecurityMode.js @@ -3,7 +3,6 @@ process.env.NODE_ENV = 'test'; // Require the dev-dependencies const { assert } = require('chai'); -const Utils = require('codemaster').utils; const { Table } = require('../../../..');