Skip to content

Update coverage config (#1072) #399

Update coverage config (#1072)

Update coverage config (#1072) #399

Workflow file for this run

name: coverage
on:
push:
branches: [master]
pull_request:
types: [opened, reopened, synchronize]
jobs:
Coverage-report:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ArtiomTr/[email protected]
with:
#coverage-file: ./test_reports/report.json
# base-coverage-file: coverage/report-final.json
test-script: npm test
threshold: 90