Skip to content

build(deps): bump tar and npm #40

build(deps): bump tar and npm

build(deps): bump tar and npm #40

Workflow file for this run

name: Coverage
on:
pull_request_target:
jobs:
coverage:
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: read
checks: write
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/setup-node@v4
with:
node-version: "20"
cache: "npm"
- name: npm install, build, test
run: |
npm i
npm run test.coverage
- name: Run codacy-coverage-reporter
uses: codacy/codacy-coverage-reporter-action@v1
with:
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
coverage-reports: coverage/lcov.info