mirror of
https://github.com/tenrok/maska.git
synced 2026-06-20 20:00:34 +03:00
cicd: remove packages
This commit is contained in:
@@ -24,13 +24,13 @@ jobs:
|
|||||||
run: npm ci
|
run: npm ci
|
||||||
|
|
||||||
- name: Test and Coverage
|
- name: Test and Coverage
|
||||||
run: npm run test:coverage --workspace=maska
|
run: npm run test:coverage
|
||||||
|
|
||||||
- name: Parse coverage
|
- name: Parse coverage
|
||||||
uses: sergeysova/jq-action@v2
|
uses: sergeysova/jq-action@v2
|
||||||
id: coverage
|
id: coverage
|
||||||
with:
|
with:
|
||||||
cmd: 'jq .total.statements.pct packages/maska/coverage/coverage-summary.json'
|
cmd: 'jq .total.statements.pct coverage/coverage-summary.json'
|
||||||
|
|
||||||
badge:
|
badge:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user