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