Skip to content

build(deps): bump codecov/codecov-action from 5.1.2 to 5.3.1 #1056

build(deps): bump codecov/codecov-action from 5.1.2 to 5.3.1

build(deps): bump codecov/codecov-action from 5.1.2 to 5.3.1 #1056

Workflow file for this run

name: Test
on:
push:
branches:
- master
pull_request:
branches:
- master
permissions: read-all
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Setup Node
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
with:
node-version: "22.x"
cache: npm
- name: Install, Build, and Test Package
run: |
npm install
npm install typescript
npm run build
npm run test
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Code Coverage
uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}