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

istanbuljs / nyc / 1651
100%

Build:
DEFAULT BRANCH: master
Ran 09 Jun 2018 12:31AM UTC
Jobs 3
Files 3
Run time 3min
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

pending completion
1651

Pull #863

travis-ci

web-flow
fix: Add flag to allow instrumentation of non-strict scripts.

nyc was hard-coded to use `esModules: true` when running the
instrumenter.  This could result in certain scripts not being
instrumented.

```js
function package() {
  return 'package is a reserved keyword'
}

console.log(package())
```

Using `--es-modules false` will allow this script to be instrumented.

Issue #796
Pull Request #863: fix: Add flag to allow instrumentation of non-strict scripts.

120 of 139 branches covered (86.33%)

2 of 2 new or added lines in 1 file covered. (100.0%)

350 of 363 relevant lines covered (96.42%)

1500.58 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1651.1 09 Jun 2018 12:31AM UTC 0
96.42
Travis Job 1651.1
2 1651.2 09 Jun 2018 12:34AM UTC 0
96.42
Travis Job 1651.2
3 1651.3 09 Jun 2018 12:34AM UTC 0
96.42
Travis Job 1651.3
Source Files on build 1651
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1651
  • Pull Request #863
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