Skip to content

Commit 34c1e0d

Browse files
committed
update badge
1 parent 08b76d4 commit 34c1e0d

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
@@ -1,7 +1,7 @@
11
# superfetch
22

33
[![GitHub Workflow Status][gh-actions-img]][github-actions]
4-
[![Codecov][codecov-badge]][codecov] [![][docs-badge]][docs]
4+
[![Codecov][cov-badge]][cov] [![][docs-badge]][docs]
55

66
HTTP Server testing library inspired by
77
[node-supertest-fetch](https://github.com/jwalton/node-supertest-fetch).
@@ -51,8 +51,8 @@ run()
5151
```
5252
5353
[gh-actions-img]: https://img.shields.io/github/actions/workflow/status/deno-libs/superfetch/main.yml?branch=master&style=for-the-badge&logo=github
54-
[codecov]: https://codecov.io/gh/deno-libs/superfetch
54+
[cov]: https://coveralls.io/github/deno-libs/superfetch
5555
[github-actions]: https://github.com/deno-libs/superfetch/actions
56-
[codecov-badge]: https://img.shields.io/codecov/c/gh/deno-libs/superfetch?style=for-the-badge
56+
[cov-badge]: https://img.shields.io/coverallsCoverage/github/deno-libs/superfetch?style=for-the-badge
5757
[docs-badge]: https://img.shields.io/github/v/release/deno-libs/superfetch?color=yellow&label=Docs&logo=deno&style=for-the-badge
5858
[docs]: https://doc.deno.land/https/deno.land/x/superfetch/mod.ts

0 commit comments

Comments
 (0)