Skip to content

Commit 900f823

Browse files
committed
[readme] remove travis badge; add actions and codecov badges
1 parent 771c8c4 commit 900f823

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

readme.markdown

+7-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
tap-producing test harness for node and browsers
44

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

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

@@ -525,3 +526,8 @@ test('third', function (t) {
525526
# license
526527

527528
MIT
529+
530+
[codecov-image]: https://codecov.io/gh/substack/tape/branch/master/graphs/badge.svg
531+
[codecov-url]: https://app.codecov.io/gh/substack/tape/
532+
[actions-image]: https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runkit.sh/substack/tape
533+
[actions-url]: https://github.com/substack/tape/actions

0 commit comments

Comments
 (0)