Skip to content

Bump codecov/codecov-action from 3.1.4 to 4.0.0 #19

Bump codecov/codecov-action from 3.1.4 to 4.0.0

Bump codecov/codecov-action from 3.1.4 to 4.0.0 #19

Workflow file for this run

---
name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
permissions:
contents: read
jobs:
ci:
name: Run CI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
with:
node-version: 20
cache: npm
- run: npm install
- run: npm run coverage
- name: Upload coverage to Codecov
uses: codecov/codecov-action@f30e4959ba63075080d4f7f90cacc18d9f3fafd7 # v4.0.0