2
0
mirror of https://github.com/tenrok/maska.git synced 2026-05-15 11:59:38 +03:00

cicd: remove packages

This commit is contained in:
Alexander Shabunevich
2024-06-02 16:58:29 +03:00
parent 0ef436ca3d
commit f6149c7cd7
+2 -2
View File
@@ -24,13 +24,13 @@ jobs:
run: npm ci
- name: Test and Coverage
run: npm run test:coverage --workspace=maska
run: npm run test:coverage
- name: Parse coverage
uses: sergeysova/jq-action@v2
id: coverage
with:
cmd: 'jq .total.statements.pct packages/maska/coverage/coverage-summary.json'
cmd: 'jq .total.statements.pct coverage/coverage-summary.json'
badge:
runs-on: ubuntu-latest