From bb0bf9448af95c57df58d01f4a64f712139b3b40 Mon Sep 17 00:00:00 2001 From: futa-ikeda Date: Thu, 23 Oct 2025 18:05:20 -0400 Subject: [PATCH] chore(husky): remove pre-push --- .husky/pre-push | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .husky/pre-push diff --git a/.husky/pre-push b/.husky/pre-push deleted file mode 100644 index 36696f20c..000000000 --- a/.husky/pre-push +++ /dev/null @@ -1,20 +0,0 @@ -# npm run build - -# npm run test:coverage || { -# printf "\n\nERROR: Testing errors or coverage issues are found." -# printf "\n\nIn the future this will block your ability to push to github until it is resolved." -# printf "\n\nThe same pipeline runs via GitHub actions." -# printf "\n\nYou are seeing this error because code was added without test coverage." -# # printf "\n\n Please address them before proceeding.\n\n\n\n" -# # exit 1 -# } - -# npm run test:check-coverage-thresholds || { -# printf "\n\nERROR: Coverage thresholds are not met." -# printf "\n\nIn the future this will block your ability to push to github until it is resolved." -# printf "\n\nThe same pipeline runs via GitHub actions." -# printf "\n\nYou are seeing this error because test coverage increased without updating the jest.config.js thresholds." -# #printf "\n\nPlease address them before proceeding.\n\n\n\n" -# # exit 1 -# } -