Skip to content

Commit 282a536

Browse files
committed
replaced badges
1 parent 96457cf commit 282a536

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Adds new strings on-the-fly when first used in your app.
77
No extra parsing needed.
88

99
![Test](https://github.com/mashpie/i18n-node/actions/workflows/node.js.yml/badge.svg)
10-
[![Test Coverage][coveralls-image]][coveralls-url]
10+
[![Test Coverage][codecov-image]][codecov-url]
1111
[![NPM version][npm-image]][npm-url]
1212
![npm](https://img.shields.io/npm/dw/i18n)
1313
[![Known Vulnerabilities][snyk-image]][snyk-url]
@@ -1144,8 +1144,8 @@ For current release notes see [GitHub Release Notes](https://github.com/mashpie/
11441144
[npm-image]: https://badge.fury.io/js/i18n.svg
11451145
[npm-url]: https://www.npmjs.com/package/i18n
11461146

1147-
[coveralls-image]: https://coveralls.io/repos/github/mashpie/i18n-node/badge.svg?branch=master
1148-
[coveralls-url]: https://coveralls.io/github/mashpie/i18n-node?branch=master
1147+
[codecov-image]: https://codecov.io/gh/mashpie/i18n-node/branch/master/graph/badge.svg
1148+
[codecov-url]: https://codecov.io/gh/mashpie/i18n-node
11491149

11501150
[snyk-image]: https://snyk.io/test/npm/i18n/badge.svg
11511151
[snyk-url]: https://snyk.io/test/npm/i18n

0 commit comments

Comments
 (0)