diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 58f4174..b7611cf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,12 +31,8 @@ jobs: # Now we run our tests - name: Run tests run: bun run test - # Now we run our lints - - name: Run lints - run: bun run lint + # This comments the current Jest Coverage Report containing JUnit XML reports and a Code Coverage Summary - name: Jest Coverage Comment - # This comments the current Jest Coverage Report containing JUnit XML reports - # and a Code Coverage Summary uses: MishaKav/jest-coverage-comment@434e6d2d37116d23d812809b61d499639842fa3b # v1.0.26 with: title: "Unit Test Coverage Report"