Skip to content

Bump codecov/codecov-action from 2.1.0 to 5.0.4 #251

Bump codecov/codecov-action from 2.1.0 to 5.0.4

Bump codecov/codecov-action from 2.1.0 to 5.0.4 #251

Workflow file for this run

name: PR validations
on: pull_request
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.4.0
- uses: actions/setup-node@v2.4.1
with:
node-version: 12
- name: Install dependencies
run: yarn
- name: Run tests
run: yarn test -- --coverage
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v5.0.4
with:
token: ${{ secrets.CODECOV_TOKEN }}