diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0ad6054..20554f8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,6 +32,11 @@ jobs: run: npm ci --ignore-scripts - name: Run tests run: npm run test:ci + - name: Report coverage + uses: qltysh/qlty-action/coverage@v2 + with: + token: '{{secrets.QLTY_COVERAGE_TOKEN}}' + files: coverage/lcov.info - name: Upload coverage uses: actions/upload-artifact@v4 with: diff --git a/package.json b/package.json index 9858255..91526c7 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,8 @@ "docs", "LICENSE", "dist/*.js", - "dist/*.d.ts" + "dist/*.d.ts", + "dist/*.map" ], "funding": { "type": "individual",