Skip to content

chore(deps): update codecov/codecov-action action to v3.1.6 #303

chore(deps): update codecov/codecov-action action to v3.1.6

chore(deps): update codecov/codecov-action action to v3.1.6 #303

Workflow file for this run

name: test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@master
- name: install
run: npm install
- name: test with reporting coverage
run: npm test -- --coverage
- name: upload coverage to codecov
uses: codecov/codecov-action@v3.1.6
with:
token: ${{ secrets.CODECOV_TOKEN }}