Skip to content

📦 [package] set version to 0.0.1-alpha.15 #32

📦 [package] set version to 0.0.1-alpha.15

📦 [package] set version to 0.0.1-alpha.15 #32

Workflow file for this run

name: Coverage
on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
branches: [ master ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16.14.0'
- run: npm install && npm run coverage
- uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOVTOKEN }}
directory: ./coverage/
dry_run: ./coverage/tmp