Skip to content
This repository was archived by the owner on Oct 10, 2022. It is now read-only.

Commit c257cda

Browse files
committed
Fix README badges
1 parent 293f0e6 commit c257cda

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# netlify/js-client
22

3-
[![npm version][npm-img]][npm] [![build status][travis-img]][travis] [![windows build status][av-img]][av]
3+
[![npm version][npm-img]][npm] [![build status][build-img]][build] [![windows build status][av-img]][av]
44
[![coverage][coverage-img]][coverage] [![dependencies][david-img]][david] [![downloads][dl-img]][dl]
55

66
A Netlify [open-api](https://github.com/netlify/open-api) client that works in the browser and Node.js.
@@ -205,11 +205,11 @@ MIT. See [LICENSE](LICENSE) for more details.
205205

206206
[npm-img]: https://img.shields.io/npm/v/netlify.svg
207207
[npm]: https://npmjs.org/package/netlify
208-
[travis-img]: https://img.shields.io/travis/netlify/js-client/master.svg
209-
[travis]: https://travis-ci.org/netlify/js-client
208+
[build-img]: https://github.com/netlify/build/workflows/Build/badge.svg
209+
[build]: https://github.com/netlify/build/actions
210210
[dl-img]: https://img.shields.io/npm/dm/netlify.svg
211211
[dl]: https://npmjs.org/package/netlify
212-
[coverage-img]: https://img.shields.io/coveralls/netlify/js-client/master.svg
213-
[coverage]: https://coveralls.io/github/netlify/js-client
212+
[coverage-img]: https://codecov.io/gh/netlify/build/branch/master/graph/badge.svg
213+
[coverage]: https://codecov.io/gh/netlify/build
214214
[david-img]: https://david-dm.org/netlify/js-client/status.svg
215215
[david]: https://david-dm.org/netlify/js-client

0 commit comments

Comments
 (0)