Skip to content

chore(deps): update codecov/codecov-action digest to 6d79887 #2717

chore(deps): update codecov/codecov-action digest to 6d79887

chore(deps): update codecov/codecov-action digest to 6d79887 #2717

Workflow file for this run

name: Test
on:
pull_request:
push:
branches:
- master
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
with:
node-version: '18'
- name: Install dependencies
run: npm ci
- name: Run unit tests
run: npm run test --coverage
- name: Upload coverage to Codecov
uses: codecov/codecov-action@6d798873df2b1b8e5846dba6fb86631229fbcb17 # v4
with:
name: codecov-umbrella
fail_ci_if_error: false