diff --git a/nesy/.github/workflows/ci.yml b/nesy/.github/workflows/ci.yml index 38d0c5f..4982da1 100644 --- a/nesy/.github/workflows/ci.yml +++ b/nesy/.github/workflows/ci.yml @@ -26,13 +26,6 @@ jobs: run: npm ci - name: Run tests run: npm test - - name: Upload coverage - if: matrix.node-version == '20.x' - uses: codecov/codecov-action@v5 - with: - files: ./coverage/coverage-final.json - flags: unittests - name: codecov-nsai typecheck: name: Type Checking runs-on: ubuntu-latest diff --git a/zotpress/.github/workflows/test.yml b/zotpress/.github/workflows/test.yml index d5172fb..c66dc80 100644 --- a/zotpress/.github/workflows/test.yml +++ b/zotpress/.github/workflows/test.yml @@ -54,13 +54,6 @@ jobs: run: composer lint - name: Run PHPUnit tests run: composer test - - name: Upload coverage to Codecov - if: matrix.php == '8.2' - uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5 - with: - files: ./coverage/clover.xml - flags: php - fail_ci_if_error: false # ───────────────────────────────────────────────────────────────────────────── # PHP Static Analysis # ─────────────────────────────────────────────────────────────────────────────