Skip to content

feat: support data template name in withJson and expectJson (#341) #165

feat: support data template name in withJson and expectJson (#341)

feat: support data template name in withJson and expectJson (#341) #165

Workflow file for this run

name: Coverage
on:
push:
paths-ignore:
- 'docs/**'
- 'README.md'
branches:
- master
jobs:
coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '12'
- run: npm install
- name: Code Coverage
uses: paambaati/codeclimate-action@v2.4.0
env:
CC_TEST_REPORTER_ID: ${{ secrets.CODE_CLIMATE_TEST_REPORTER_ID }}
with:
coverageCommand: npm run coverage
debug: true