diff --git a/.nycrc.json b/.nycrc.json index 2e13a11327..69a8ca56e8 100644 --- a/.nycrc.json +++ b/.nycrc.json @@ -10,6 +10,7 @@ "statements": 100, "exclude": [ "src/main/webapp/app/shared/alert/infrastructure/primary/WindowApplicationListener.ts", - "src/main/webapp/app/module/secondary/RestManagementRepository.ts" + "src/main/webapp/app/module/secondary/RestManagementRepository.ts", + "src/test/**/*" ] }