From dbfedcd661089d2ec051532be8e95b236ffcb592 Mon Sep 17 00:00:00 2001 From: Andrew Bradley Date: Sat, 8 Aug 2020 17:01:40 -0400 Subject: [PATCH 1/3] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 282fdf13b..ee8138884 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ [![NPM version][npm-image]][npm-url] [![NPM downloads][downloads-image]][downloads-url] -[![Build status][travis-image]][travis-url] -[![Test coverage][coveralls-image]][coveralls-url] +[![Build status][github-actions-image]][github-actions-url] +[![Test coverage][codecov-image]][codecov-url] > TypeScript execution and REPL for node.js, with source map support. **Works with `typescript@>=2.7`**. @@ -300,7 +300,7 @@ MIT [npm-url]: https://npmjs.org/package/ts-node [downloads-image]: https://img.shields.io/npm/dm/ts-node.svg?style=flat [downloads-url]: https://npmjs.org/package/ts-node -[travis-image]: https://img.shields.io/travis/TypeStrong/ts-node.svg?style=flat -[travis-url]: https://travis-ci.org/TypeStrong/ts-node -[coveralls-image]: https://img.shields.io/coveralls/TypeStrong/ts-node.svg?style=flat -[coveralls-url]: https://coveralls.io/r/TypeStrong/ts-node?branch=master +[github-actions-image]: https://github.com/TypeStrong/ts-node/workflows/Continuous+Integration/badge.svg +[github-actions-url]: https://github.com/TypeStrong/ts-node/actions?query=workflow%3A%22Continuous+Integration%22 +[codecov-image]: https://img.shields.io/codecov/c/git/TypeStrong/ts-node.svg?style=flat +[codecov-url]: https://codecov.io/gh/TypeStrong/ts-node From ec2dad61c1e28bb15e5aa090f09e7bcbdd5d29c4 Mon Sep 17 00:00:00 2001 From: Andrew Bradley Date: Sat, 8 Aug 2020 17:07:16 -0400 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee8138884..abeacdcd7 100644 --- a/README.md +++ b/README.md @@ -300,7 +300,7 @@ MIT [npm-url]: https://npmjs.org/package/ts-node [downloads-image]: https://img.shields.io/npm/dm/ts-node.svg?style=flat [downloads-url]: https://npmjs.org/package/ts-node -[github-actions-image]: https://github.com/TypeStrong/ts-node/workflows/Continuous+Integration/badge.svg +[github-actions-image]: https://img.shields.io/github/workflow/status/TypeStrong/ts-node/Continuous%20Integration [github-actions-url]: https://github.com/TypeStrong/ts-node/actions?query=workflow%3A%22Continuous+Integration%22 [codecov-image]: https://img.shields.io/codecov/c/git/TypeStrong/ts-node.svg?style=flat [codecov-url]: https://codecov.io/gh/TypeStrong/ts-node From 141c4e1ba225bf6cb6cc18251c52c0d10d57635a Mon Sep 17 00:00:00 2001 From: Andrew Bradley Date: Sat, 8 Aug 2020 17:10:33 -0400 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index abeacdcd7..1c4f7f990 100644 --- a/README.md +++ b/README.md @@ -302,5 +302,5 @@ MIT [downloads-url]: https://npmjs.org/package/ts-node [github-actions-image]: https://img.shields.io/github/workflow/status/TypeStrong/ts-node/Continuous%20Integration [github-actions-url]: https://github.com/TypeStrong/ts-node/actions?query=workflow%3A%22Continuous+Integration%22 -[codecov-image]: https://img.shields.io/codecov/c/git/TypeStrong/ts-node.svg?style=flat +[codecov-image]: https://codecov.io/gh/TypeStrong/ts-node/branch/master/graph/badge.svg [codecov-url]: https://codecov.io/gh/TypeStrong/ts-node