Skip to content

Update codecov action version #50

Update codecov action version

Update codecov action version #50

Workflow file for this run

name: Pipeline
on:
push:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
env:
REACT_APP_API_URL: 'http://localhost:3333/v1'
steps:
- uses: actions/setup-node@v4
with:
node-version: 16.13
- uses: actions/checkout@v4
- name: Run tests
run: |
npm ci
npm run test
- uses: codecov/codecov-action@v5
with:
directory: ./tests/coverage/