Skip to content

Commit 1843489

Browse files
updated: Github actions coverage logic
1 parent dbfdf69 commit 1843489

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
- run: npm i
2525
- run: npm test
2626
- name: Generate Coverage
27-
if: ${{ success() && github.event_name != 'pull_request' && matrix.node-version == '15.x' }}
27+
if: ${{ success() && github.event_name != 'pull_request' && matrix.node-version == '19.x' }}
2828
run: npm run cov
2929
- name: Coveralls
30-
if: ${{ success() && github.event_name != 'pull_request' && matrix.node-version == '15.x' }}
30+
if: ${{ success() && github.event_name != 'pull_request' && matrix.node-version == '19.x' }}
3131
uses: coverallsapp/github-action@master
3232
with:
3333
path-to-lcov: ./coverage/lcov.info

0 commit comments

Comments
 (0)