From 5a0e8ae72e9099c2a7bc4a51955fcc75eab79be6 Mon Sep 17 00:00:00 2001 From: Bruce Berrios <58147810+Bruception@users.noreply.github.com> Date: Mon, 8 Aug 2022 10:16:07 -0400 Subject: [PATCH] Housekeeping (#3374) --- .github/workflows/pr-check.yml | 8 -------- backend/jest.config.ts | 2 +- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/pr-check.yml b/.github/workflows/pr-check.yml index e89245be6..a9b5e42d1 100644 --- a/.github/workflows/pr-check.yml +++ b/.github/workflows/pr-check.yml @@ -122,11 +122,3 @@ jobs: - name: Run webpack if: steps.filter.outputs.ts-scss-fe == 'true' run: npm run pr-check-ts - - - name: Testing new GitHub Job Summaries - run: | - echo "This is the lead in sentence for the list" >> $GITHUB_STEP_SUMMARY - echo "" >> $GITHUB_STEP_SUMMARY # this is a blank line - echo "- Lets add a bullet point" >> $GITHUB_STEP_SUMMARY - echo "- Lets add a second bullet point" >> $GITHUB_STEP_SUMMARY - echo "- How about a third one?" >> $GITHUB_STEP_SUMMARY diff --git a/backend/jest.config.ts b/backend/jest.config.ts index c28173fb5..b59667b1b 100644 --- a/backend/jest.config.ts +++ b/backend/jest.config.ts @@ -9,7 +9,7 @@ export default { // These percentages should never decrease statements: 40, branches: 40, - functions: 23, + functions: 24, lines: 43, }, },