Skip to content

Commit 7601ee1

Browse files
committed
Fix badges in README
1 parent 8457d1f commit 7601ee1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
testspace ./reports/report.xml
2727
if: always()
2828
- name: Coveralls GitHub Action 📊
29-
uses: coverallsapp/github-action@v1
29+
uses: coverallsapp/github-action@v2
3030
- name: Publish package on NPM 📦
3131
run: echo "npmAuthToken:" "\${NODE_AUTH_TOKEN}" >> ./.yarnrc.yml && yarn publish
3232
env:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<a href="https://www.npmjs.com/package/deeply-clone">![GitHub package.json version](https://img.shields.io/github/package-json/v/ichernetskii/deeply-clone?logo=npm)</a>
44
<a href="https://bundlephobia.com/package/deeply-clone@latest">![npm bundle size](https://img.shields.io/bundlephobia/minzip/deeply-clone)</a>
55
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/ichernetskii/deeply-clone/publish.yml)
6-
<a href="https://ichernetskii.testspace.com/spaces/224049">![Testspace pass ratio](https://img.shields.io/testspace/pass-ratio/ichernetskii/ichernetskii:deeply-clone/master?label=passed%20tests)</a>
7-
[![Coverage Status](https://coveralls.io/repos/github/ichernetskii/deeply-clone/badge.svg?branch=ci)](https://coveralls.io/github/ichernetskii/deeply-clone?branch=ci)
6+
<a href="https://ichernetskii.testspace.com/spaces/224049">![Testspace pass ratio](https://img.shields.io/testspace/pass-ratio/ichernetskii/ichernetskii:deeply-clone/224049?label=passed%20tests)</a>
7+
[![Coverage Status](https://coveralls.io/repos/github/ichernetskii/deeply-clone/badge.svg?branch=master)](https://coveralls.io/github/ichernetskii/deeply-clone?branch=master)
88
<a href="https://github.com/ichernetskii/deeply-clone/blob/master/LICENSE.md">[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://img.shields.io/github/license/ichernetskii/deeply-clone)</a>
99

1010
Deep fast clone JavaScript objects with circular references handling and TypeScript support

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "deeply-clone",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"author": "Ilia Chernetskii <ichernetskii@gmail.com>",
55
"license": "MIT",
66
"description": "Deep fast clone JavaScript objects with circular references handling and TypeScript support",

0 commit comments

Comments
 (0)