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

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

Build:
Build:
LAST BUILD BRANCH: renovate/prettier-3.x-lockfile
DEFAULT BRANCH: master
Ran 03 Jul 2019 08:31AM UTC
Jobs 1
Files 40
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
1289

Pull #269

travis-ci

web-flow
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
  }
}
Pull Request #269: Change scoping rules for code execution

554 of 620 branches covered (89.35%)

Branch coverage included in aggregate %.

43 of 43 new or added lines in 3 files covered. (100.0%)

1726 of 1847 relevant lines covered (93.45%)

310472.83 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1289.1 03 Jul 2019 08:31AM UTC 0
92.42
Travis Job 1289.1
Source Files on build 1289
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1289
  • Pull Request #269
  • PR Base - master (#1270)
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