Skip to content

chore(deps): update codecov/codecov-action action to v5 #1473

chore(deps): update codecov/codecov-action action to v5

chore(deps): update codecov/codecov-action action to v5 #1473

Workflow file for this run

name: Test Merge Commit
on: pull_request
permissions:
contents: read
jobs:
test-merge:
runs-on: ${{ matrix.config.os }}
strategy:
matrix:
config:
# arch isn't used and we have no way to use it currently
- { os: macos-latest, arch: x64 }
- { os: ubuntu-latest, arch: x64 }
- { os: windows-latest, arch: x64 }
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
- run: npm ci
- run: npm test
- uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5
with:
directory: ./coverage/