Skip to content

Commit

Permalink
Update code coverage values
Browse files Browse the repository at this point in the history
  • Loading branch information
codenirvana committed Sep 13, 2023
1 parent 39a0007 commit 6d01a59
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 41 deletions.
34 changes: 0 additions & 34 deletions .jsdoc-config.json

This file was deleted.

14 changes: 7 additions & 7 deletions .nycrc.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
const TEST_TYPE = ((argv) => {
let match = argv[argv.length - 1].match(/npm\/test-(\w+).js/);
let match = argv[argv.length - 1].match(/npm\/test-(\w+).js/);

return match && match[1] || '';
})(process.argv);
return match && match[1] || '';
})(process.argv);

function configOverrides (testType) {
switch (testType) {
Expand All @@ -15,10 +15,10 @@ function configOverrides (testType) {
};
case 'integration':
return {
statements: 35,
statements: 40,
branches: 20,
functions: 35,
lines: 35
functions: 40,
lines: 40
};
case 'library':
return {
Expand All @@ -31,7 +31,7 @@ function configOverrides (testType) {
return {
statements: 70,
branches: 55,
functions: 75,
functions: 80,
lines: 70
};
default:
Expand Down

0 comments on commit 6d01a59

Please sign in to comment.