File tree Expand file tree Collapse file tree 2 files changed +14
-7
lines changed Expand file tree Collapse file tree 2 files changed +14
-7
lines changed Original file line number Diff line number Diff line change @@ -22,15 +22,15 @@ jobs:
2222 fail-fast : false
2323 name : ${{ matrix.name }}
2424 runs-on : ubuntu-latest
25- timeout-minutes : 30
25+ timeout-minutes : 5
2626 steps :
27- - uses : actions/checkout@v2
27+ - uses : actions/checkout@v4
2828 - name : Use Node.js ${{ matrix.NODE_VERSION }}
29- uses : actions/setup-node@v1
29+ uses : actions/setup-node@v4
3030 with :
3131 node-version : ${{ matrix.NODE_VERSION }}
3232 - name : Cache Node.js modules
33- uses : actions/cache@v2
33+ uses : actions/cache@v4
3434 with :
3535 path : ~/.npm
3636 key : ${{ runner.os }}-node-${{ matrix.NODE_VERSION }}-${{ hashFiles('**/package-lock.json') }}
3939 - run : npm ci
4040 - run : npm run lint
4141 - run : npm run coverage
42- - run : bash <(curl -s https://codecov.io/bash)
42+ - name : Upload code coverage
43+ uses : codecov/codecov-action@v4
44+ with :
45+ fail_ci_if_error : true
46+ token : ${{ secrets.CODECOV_TOKEN }}
47+ concurrency :
48+ group : ${{ github.workflow }}-${{ github.ref }}
49+ cancel-in-progress : true
Original file line number Diff line number Diff line change 11# Node APN <!-- omit in toc -->
22
3- [ ![ Build Status] ( https://github.com/parse-community/node-apn/workflows/ci/badge.svg?branch=master )] ( https://github.com/parse-community/parse-server-push-adapter /actions?query=workflow%3Aci+branch%3Amaster )
3+ [ ![ Build Status] ( https://github.com/parse-community/node-apn/actions/ workflows/ci.yml /badge.svg?branch=master )] ( https://github.com/parse-community/node-apn /actions/workflows/ci.yml ?query=workflow%3Aci+branch%3Amaster )
44[ ![ Snyk Badge] ( https://snyk.io/test/github/parse-community/node-apn/badge.svg )] ( https://snyk.io/test/github/parse-community/parse-server-push-adapter )
5- [ ![ Coverage] ( https://img.shields. io/codecov/c/ github/parse-community/node-apn/master.svg )] ( https://codecov.io/github/parse-community/parse-server-push-adapter?branch= master )
5+ [ ![ Coverage] ( https://codecov. io/github/parse-community/node-apn/branch/ master/graph/badge .svg )] ( https://app. codecov.io/github/parse-community/node-apn/tree/ master )
66[ ![ auto-release] ( https://img.shields.io/badge/%F0%9F%9A%80-auto--release-9e34eb.svg )] ( https://github.com/parse-community/node-apn/releases )
77
88[ ![ npm latest version] ( https://img.shields.io/npm/v/@parse/node-apn.svg )] ( https://www.npmjs.com/package/@parse/node-apn )
You can’t perform that action at this time.
0 commit comments