mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-09 04:23:11 -04:00
Test coverage threshold in actions
This commit is contained in:
@@ -3,7 +3,7 @@ module.exports = {
|
|||||||
coverageDirectory: './coverage',
|
coverageDirectory: './coverage',
|
||||||
coverageThreshold: {
|
coverageThreshold: {
|
||||||
global: {
|
global: {
|
||||||
branches: 80,
|
branches: 75,
|
||||||
functions: 90,
|
functions: 90,
|
||||||
lines: 90,
|
lines: 90,
|
||||||
statements: 90,
|
statements: 90,
|
||||||
|
|||||||
Reference in New Issue
Block a user