Skip to content

Commit 66732d6

Browse files
authored
Fix coverage and testing badges (#1095)
* Update README.md * Update README.md * Update README.md
1 parent 7cb6d57 commit 66732d6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
[![NPM version][npm-image]][npm-url]
44
[![NPM downloads][downloads-image]][downloads-url]
5-
[![Build status][travis-image]][travis-url]
6-
[![Test coverage][coveralls-image]][coveralls-url]
5+
[![Build status][github-actions-image]][github-actions-url]
6+
[![Test coverage][codecov-image]][codecov-url]
77

88
> TypeScript execution and REPL for node.js, with source map support. **Works with `typescript@>=2.7`**.
99
@@ -300,7 +300,7 @@ MIT
300300
[npm-url]: https://npmjs.org/package/ts-node
301301
[downloads-image]: https://img.shields.io/npm/dm/ts-node.svg?style=flat
302302
[downloads-url]: https://npmjs.org/package/ts-node
303-
[travis-image]: https://img.shields.io/travis/TypeStrong/ts-node.svg?style=flat
304-
[travis-url]: https://travis-ci.org/TypeStrong/ts-node
305-
[coveralls-image]: https://img.shields.io/coveralls/TypeStrong/ts-node.svg?style=flat
306-
[coveralls-url]: https://coveralls.io/r/TypeStrong/ts-node?branch=master
303+
[github-actions-image]: https://img.shields.io/github/workflow/status/TypeStrong/ts-node/Continuous%20Integration
304+
[github-actions-url]: https://github.com/TypeStrong/ts-node/actions?query=workflow%3A%22Continuous+Integration%22
305+
[codecov-image]: https://codecov.io/gh/TypeStrong/ts-node/branch/master/graph/badge.svg
306+
[codecov-url]: https://codecov.io/gh/TypeStrong/ts-node

0 commit comments

Comments
 (0)