Skip to content

Commit c98e67b

Browse files
committed
chore: always run code coverage action
1 parent 5e66791 commit c98e67b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
run: yarn add --dev jest@${{ matrix.jest-version }} babel-jest@${{ matrix.jest-version }} @types/jest@${{ matrix.jest-version }}
3030
- run: yarn test:coverage
3131
- uses: codecov/codecov-action@v3
32+
if: ${{ always() }}
3233

3334
test-os:
3435
name: Test on ${{ matrix.os }} using Node.js LTS
@@ -47,6 +48,7 @@ jobs:
4748
- run: yarn install
4849
- run: yarn test:coverage
4950
- uses: codecov/codecov-action@v3
51+
if: ${{ always() }}
5052

5153
lint:
5254
name: Run ESLint & TypeScript compiler

0 commit comments

Comments
 (0)