From 9a02be4422afd8b127061889e2440bb10bb8343f Mon Sep 17 00:00:00 2001 From: Zoe Codez Date: Fri, 9 Aug 2024 12:12:51 -0500 Subject: [PATCH] actions fix --- .github/workflows/pull-request.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index b19cdf8..b941d36 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -26,7 +26,7 @@ jobs: run: yarn install --frozen-lockfile --immutable - name: Tests - run: yarn coverage + run: yarn test:coverage - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v4.0.1