1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-07 20:40:05 +00:00

chore(ci): add coverage report to build workflow

This commit is contained in:
Krishna Acondy
2021-07-12 20:45:09 +01:00
parent a0fbe1a740
commit 4257ec78aa
2 changed files with 4 additions and 25 deletions

View File

@@ -27,6 +27,10 @@ jobs:
run: npm run lint
- name: Run unit tests
run: npm test
- name: Generate coverage report
uses: artiomtr/jest-coverage-report-action@v2.0-rc.2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Build Package
run: npm run package:lib
env: