diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index e543dd55..b069d5f3 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -31,7 +31,7 @@ jobs: - name: Build run: yarn build - name: Test - run: yarn test --ci + run: yarn test --coverage - name: Report Code Coverage to codecov uses: codecov/codecov-action@v3.1.0 - name: GitHub Actions Build Test