Skip to content

Commit

Permalink
[readme] remove travis badge; add actions and codecov badges
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed May 5, 2021
1 parent 771c8c4 commit 900f823
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion readme.markdown
Expand Up @@ -2,7 +2,8 @@

tap-producing test harness for node and browsers

[![build status](https://secure.travis-ci.org/substack/tape.svg?branch=master)](http://travis-ci.org/substack/tape)
[![github actions][actions-image]][actions-url]
[![coverage][codecov-image]][codecov-url]

![tape](https://web.archive.org/web/20170612184731if_/http://substack.net/images/tape_drive.png)

Expand Down Expand Up @@ -525,3 +526,8 @@ test('third', function (t) {
# license

MIT

[codecov-image]: https://codecov.io/gh/substack/tape/branch/master/graphs/badge.svg
[codecov-url]: https://app.codecov.io/gh/substack/tape/
[actions-image]: https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runkit.sh/substack/tape
[actions-url]: https://github.com/substack/tape/actions

0 comments on commit 900f823

Please sign in to comment.