Skip to content

chore: update lockfile #1

chore: update lockfile

chore: update lockfile #1

Workflow file for this run

on: ["push", "pull_request"]
name: Test Coveralls with workspace
jobs:
test-coverage:
name: Generate coverage report
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
repository: biothings/bte-trapi-workspace
- name: Use Node.js 16.x
uses: actions/setup-node@v1
with:
node-version: 16.x
- name: npm install, generate coverage report
run: |
npm run clone
npm i || true && npm i
npm run test-cov --workspace=@biothings-explorer/bte-trapi
- name: Send coverage report to coveralls for visualization
uses: coverallsapp/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
base-path: ./packages/@biothings-explorer/bte-trapi
path-to-lcov: ./packages/@biothings-explorer/bte-trapi/coverage/lcov.info