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

source-academy / js-slang / 1287
92%
master: 77%

Build:
Build:
LAST BUILD BRANCH: renovate/prettier-3.x-lockfile
DEFAULT BRANCH: master
Ran 03 Jul 2019 08:10AM UTC
Jobs 1
Files 39
Run time 3s
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
1287

push

travis-ci

openorclose
Change scoping rules for code execution

First time code is executed:

const math_PI = 3.14;
const map = <some builtin>;
.
.
.
{
  // user code start
  const con = 1;
  let le = 2;
  // blah blah
  <store con back>
  <store le>
}

Second time code is executed:

const math_PI = 3.14;
const map = <some builtin>;
.
.
.
{
  const con = <retrieve result>
  let le = <retrieve result>
  {
    // another user code start
    const con = 2; // can declare const again here!
    // blah blah
  }
}

549 of 612 branches covered (89.71%)

Branch coverage included in aggregate %.

1714 of 1835 relevant lines covered (93.41%)

316668.68 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1287.1 03 Jul 2019 08:10AM UTC 0
92.48
Travis Job 1287.1
Source Files on build 1287
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1287
  • a094493c on github
  • Next Build on change-repl-behaviour (#1288)
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