File tree Expand file tree Collapse file tree 2 files changed +1
-15
lines changed
Expand file tree Collapse file tree 2 files changed +1
-15
lines changed Original file line number Diff line number Diff line change 2323 node-version : ${{ matrix.node }}
2424 - run : npm i
2525 - run : npm test --color=always
26- - name : Coveralls
27- uses : coverallsapp/github-action@v2
28- with :
29- github-token : ${{ secrets.GITHUB_TOKEN }}
30- parallel : true
31-
32- coverage :
33- needs : test
34- runs-on : ubuntu-latest
35- steps :
36- - name : Close parallel build
37- uses : coverallsapp/github-action@v2
38- with :
39- parallel-finished : true
4026
4127 automerge :
4228 needs : test
Original file line number Diff line number Diff line change 11# argsclopts
22[ ![ latest version] ( https://img.shields.io/npm/v/argsclopts.svg )] ( https://www.npmjs.com/package/argsclopts )
33[ ![ Actions Status] ( https://github.com/bcomnes/argsclopts/workflows/tests/badge.svg )] ( https://github.com/bcomnes/argsclopts/actions )
4- [ ![ Coverage Status ] ( https://coveralls.io/repos/github/bcomnes/argsclopts/badge.svg?branch=master )] ( https://coveralls.io/github/bcomnes/argsclopts?branch=master )
4+
55[ ![ downloads] ( https://img.shields.io/npm/dm/argsclopts.svg )] ( https://npmtrends.com/argsclopts )
66[ ![ Types in JS] ( https://img.shields.io/badge/types_in_js-yes-brightgreen )] ( https://github.com/voxpelli/types-in-js )
77[ ![ Socket Badge] ( https://socket.dev/api/badge/npm/package/argsclopts )] ( https://socket.dev/npm/package/argsclopts )
You can’t perform that action at this time.
0 commit comments