mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-08 22:42:54 +00:00
fix: update the nyc configuration
This commit is contained in:
@@ -673,7 +673,7 @@ export function getRules(configuration: Configuration): Rules {
|
|||||||
];
|
];
|
||||||
|
|
||||||
// configuration for nyc to add to package.json
|
// configuration for nyc to add to package.json
|
||||||
const nycConfiguration = {
|
const nycConfiguration: NYCConfiguration = {
|
||||||
all: true,
|
all: true,
|
||||||
branches: 95,
|
branches: 95,
|
||||||
'check-coverage': true,
|
'check-coverage': true,
|
||||||
@@ -693,6 +693,9 @@ export function getRules(configuration: Configuration): Rules {
|
|||||||
'html',
|
'html',
|
||||||
'text-summary',
|
'text-summary',
|
||||||
],
|
],
|
||||||
|
require: [
|
||||||
|
'ts-node/register',
|
||||||
|
],
|
||||||
statements: 95,
|
statements: 95,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user