• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

TypeStrong / ts-node / 3067 / 3
86%
master: 86%

Build:
DEFAULT BRANCH: master
Ran 15 Feb 2020 08:11AM UTC
Files 2
Run time 0s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

15 Feb 2020 08:09AM UTC coverage: 78.864%. Remained the same
NODE=stable TYPESCRIPT=typescript@2.7

push

travis-ci

web-flow
Fix bash error in usage example on README page (#943)

* Fix bash error in usage example on README page

On Linux bash terminal, executing
`echo "console.log('Hello, world!')"`
gives the following error:
`bash: !': event not found`

To fix the issue, changing the log string from
`Hello, world!` to `Hello, world`

Tested on following systems:
* Ubuntu 18.04.3 LTS
* Linux Mint 19

* Switching the quotes to keep the exclamation mark

Switching the quotes around in the line
`echo "console.log('Hello, world!')" | ts-node`
to get the line as
`echo 'console.log("Hello, world!")' | ts-node`
in order to keep the exclamation mark, while also
avoiding the bash error at the same time.

109 of 214 branches covered (50.93%)

500 of 634 relevant lines covered (78.86%)

36.44 hits per line

Source Files on job 3067.3 (NODE=stable TYPESCRIPT=typescript@2.7)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 2978
  • Travis Job 3067.3
  • 3eb46e02 on github
  • Prev Job for NODE=stable TYPESCRIPT=typescript@2.7 on master (#3066.3)
  • Next Job for NODE=stable TYPESCRIPT=typescript@2.7 on master (#3068.3)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc