From 127fcafc96d8774b05734973ad7d5077b3a1b9c9 Mon Sep 17 00:00:00 2001 From: Zefir Kirilov Date: Tue, 31 Mar 2026 08:54:17 +0300 Subject: [PATCH 1/3] created separate script to run tests with coverage --- .github/workflows/ci.yml | 4 ++-- .../runConfigurations/{test.xml => test_coverage.xml} | 11 +++-------- package.json | 3 ++- 3 files changed, 7 insertions(+), 11 deletions(-) rename .idea/runConfigurations/{test.xml => test_coverage.xml} (62%) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bc76422..3a97a27 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -76,7 +76,7 @@ jobs: run: tar -xzf cldn-ip-0.0.0-dev.tgz --strip-components=1 -C . --overwrite - name: Test - run: npm run test + run: npm run test:coverage test-deno: name: Test on Deno @@ -98,7 +98,7 @@ jobs: run: deno fmt --check - name: Test - run: deno task test + run: deno task test:coverage publish: name: Publish diff --git a/.idea/runConfigurations/test.xml b/.idea/runConfigurations/test_coverage.xml similarity index 62% rename from .idea/runConfigurations/test.xml rename to .idea/runConfigurations/test_coverage.xml index 41b0eea..b6d237a 100644 --- a/.idea/runConfigurations/test.xml +++ b/.idea/runConfigurations/test_coverage.xml @@ -1,17 +1,12 @@ - + -