Skip to content

Commit

Permalink
chore(coverage): bump up to 95% line and statement coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
afontainec committed Aug 15, 2020
1 parent 118ef0f commit fd1920e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion test/models/table/static/getSecurityMode.js
Expand Up @@ -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('../../../..');

Expand Down

0 comments on commit fd1920e

Please sign in to comment.