From 34cbaf79ec0b45ecd8aca95582b13657a8b5f9f5 Mon Sep 17 00:00:00 2001 From: Rene Cutura <37041252+saehm@users.noreply.github.com> Date: Wed, 25 Feb 2026 12:14:38 +0100 Subject: [PATCH 1/2] added coverage test to workflow --- .github/workflows/release.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f17460e..d5aab97 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,6 +30,14 @@ jobs: - name: Run tests run: pnpm test + + - name: Run coverage + run: pnpm test:coverage + + - name: Upload coverage to Codecov + uses: codecov/codecov-action@v5 + with: + token: ${{ secrets.CODECOV_TOKEN }} - name: Build run: pnpm build From 91ada609353e24e8c1dd2f75f4284d0db7b9aab9 Mon Sep 17 00:00:00 2001 From: Rene Cutura <37041252+saehm@users.noreply.github.com> Date: Wed, 25 Feb 2026 12:16:36 +0100 Subject: [PATCH 2/2] add badge --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 96a4e89..b583498 100755 --- a/README.md +++ b/README.md @@ -8,6 +8,9 @@ DruidJS makes it easy to project a dataset with the implemented dimensionality r
+![Codecov](https://img.shields.io/codecov/c/github/saehm/DruidJS) + + ### Resources ```