Skip to content

Commit

Permalink
Revert to codecov-action@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
karellm committed Oct 1, 2023
1 parent f380546 commit 530bfd6
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions .github/workflows/node.js.yml
Expand Up @@ -16,25 +16,25 @@ jobs:
matrix:
node-version: [16.x, 18.x, 20.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
cache: yarn
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: yarn install
- name: Prettier
run: yarn prettify
- name : Tests
run: |
yarn test:cli
yarn test
- name: Build
run: yarn build
- name: Coverage
run: yarn coverage
- uses: codecov/codecov-action@v4
with:
name: node-${{ matrix.node-version }}
fail_ci_if_error: false
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
cache: yarn
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: yarn install
- name: Prettier
run: yarn prettify
- name: Tests
run: |
yarn test:cli
yarn test
- name: Build
run: yarn build
- name: Coverage
run: yarn coverage
- uses: codecov/codecov-action@v3
with:
name: node-${{ matrix.node-version }}
fail_ci_if_error: false

0 comments on commit 530bfd6

Please sign in to comment.