mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2025-12-18 04:06:19 +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
|
||||
const nycConfiguration = {
|
||||
const nycConfiguration: NYCConfiguration = {
|
||||
all: true,
|
||||
branches: 95,
|
||||
'check-coverage': true,
|
||||
@@ -693,6 +693,9 @@ export function getRules(configuration: Configuration): Rules {
|
||||
'html',
|
||||
'text-summary',
|
||||
],
|
||||
require: [
|
||||
'ts-node/register',
|
||||
],
|
||||
statements: 95,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user