diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3156e866..07b3e8e5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,12 +27,12 @@ jobs: run: npm ci - name: Run tests - run: npm test -- --coverage --watchAll=false + run: npm test -- --run --coverage env: CI: true - name: Upload coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: files: ./coverage/coverage-final.json flags: unittests