Skip to content

Merge pull request #172 from dotindustries/feat/git_cherry #547

Merge pull request #172 from dotindustries/feat/git_cherry

Merge pull request #172 from dotindustries/feat/git_cherry #547

Workflow file for this run

on: [ "push", "pull_request" ]
name: Test coverage
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: 18
- run: npm ci
- run: npm run test
- uses: codecov/codecov-action@v3
with:
# token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
fail_ci_if_error: true # optional (default = false)
verbose: true # optional (default = false)