Skip to content

Commit bd50c5b

Browse files
authored
Merge branch 'master' into dependabot/npm_and_yarn/typescript-66ee01a559
2 parents ce54a06 + 1e57781 commit bd50c5b

File tree

2 files changed

+1
-15
lines changed

2 files changed

+1
-15
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -23,20 +23,6 @@ jobs:
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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)

0 commit comments

Comments
 (0)