From 94d0c10ed5e793e1c855cccbf9114826a9fc3ddd Mon Sep 17 00:00:00 2001 From: MrPiglr <31398225+MrPiglr@users.noreply.github.com> Date: Fri, 5 Dec 2025 18:42:10 -0700 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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