Skip to content

chore(deps): bump codecov/codecov-action from 4 to 5 #1510

chore(deps): bump codecov/codecov-action from 4 to 5

chore(deps): bump codecov/codecov-action from 4 to 5 #1510

Workflow file for this run

name: Test
on:
push:
branches: ["main"]
pull_request:
branches: ["**"]
jobs:
test:
strategy:
fail-fast: false
matrix:
node-version: ["16", "18", "20", "22"]
uses: ybiquitous/.github/.github/workflows/nodejs-test-reusable.yml@main
with:
node-version: ${{ matrix.node-version }}
node-version-coverage: "20"
upload-coverage:
needs: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v4
with:
name: coverage
- uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
lint:
uses: ybiquitous/.github/.github/workflows/nodejs-lint-reusable.yml@main