We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb3724b commit a70735cCopy full SHA for a70735c
.github/workflows/release.yml
@@ -32,6 +32,11 @@ jobs:
32
run: npm ci --ignore-scripts
33
- name: Run tests
34
run: npm run test:ci
35
+ - name: Report coverage
36
+ uses: qltysh/qlty-action/coverage@v2
37
+ with:
38
+ token: '{{secrets.QLTY_COVERAGE_TOKEN}}'
39
+ files: coverage/lcov.info
40
- name: Upload coverage
41
uses: actions/upload-artifact@v4
42
with:
package.json
@@ -67,7 +67,8 @@
67
"docs",
68
"LICENSE",
69
"dist/*.js",
70
- "dist/*.d.ts"
+ "dist/*.d.ts",
71
+ "dist/*.map"
72
],
73
"funding": {
74
"type": "individual",
0 commit comments