From 63afbbe425a870db0986d3cfbc3af9865a3b5c93 Mon Sep 17 00:00:00 2001 From: Orkun Date: Fri, 17 Jul 2026 12:28:18 +0300 Subject: [PATCH 1/3] chore: use coveralls for badge generation --- .github/workflows/docs-and-coverage.yml | 3 +++ README.md | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs-and-coverage.yml b/.github/workflows/docs-and-coverage.yml index f9cf0c0..9e044e8 100644 --- a/.github/workflows/docs-and-coverage.yml +++ b/.github/workflows/docs-and-coverage.yml @@ -11,3 +11,6 @@ jobs: uses: fingerprintjs/dx-team-toolkit/.github/workflows/docs-and-coverage.yml@v1 with: run-after-install: pnpm generate:version + prepare-gh-pages-commands: | + mv docs ./gh-pages + rm -rf ./gh-pages/coverage diff --git a/README.md b/README.md index aeb3bba..92bb846 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,8 @@ CI badge - - coverage + + Coverage Status Current NPM version From d9c6b1a4f1f4ea6af190f7254c76f83a3de76a9a Mon Sep 17 00:00:00 2001 From: Orkun Date: Fri, 17 Jul 2026 12:58:25 +0300 Subject: [PATCH 2/3] chore: fix test:dts error --- tsconfig.test-dts.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tsconfig.test-dts.json b/tsconfig.test-dts.json index 94f076b..6793ef5 100644 --- a/tsconfig.test-dts.json +++ b/tsconfig.test-dts.json @@ -8,14 +8,17 @@ "es2020", "dom" ], - "skipLibCheck": true, + "skipLibCheck": false, "noEmit": true, "isolatedModules": true, + "strict": true, + "experimentalDecorators": true, + "types": [], "paths": { "@fingerprint/angular": ["dist/fingerprintjs-pro-angular"] } }, "include": [ - "dist/fingerprintjs-pro-angular/index.d.ts" + "dist/fingerprintjs-pro-angular/**/*.d.ts" ] } From 2ea547f896d9a11e9d67ba134f1cc896a442a003 Mon Sep 17 00:00:00 2001 From: Orkun <5910168+Orkuncakilkaya@users.noreply.github.com> Date: Fri, 17 Jul 2026 13:00:43 +0300 Subject: [PATCH 3/3] refactor: use double quotes for html on readme Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 92bb846..0b6f573 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,8 @@ CI badge - - Coverage Status + + Coverage Status Current NPM version