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

cliffano / jazz / 28692078851
100%
main: 100%

Build:
Build:
LAST BUILD BRANCH: v1.1.0
DEFAULT BRANCH: main
Ran 04 Jul 2026 02:53AM UTC
Jobs 3
Files 7
Run time 1min
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

04 Jul 2026 02:24AM UTC coverage: 99.013%. First build
28692078851

Pull #17

github

web-flow
Fix foreach regression: process escape sequences in scanner echo state

The security fix in d1db791 added backslash escaping in _compileExpr for
ast.Str nodes, which inadvertently broke template text that used \n and
similar escape sequences. Previously, \n in template text was stored as
two chars (backslash + n) and compiled to "\n" in generated JS (a
newline). After the fix, the backslash was double-escaped to \\n,
outputting literal \n instead of a newline.

Fix: add escape sequence processing to _echoState() in scanner.js so
that \n, \r, \t, and \\ in template echo text are converted to their
actual character values. This ensures the compiler's escaping correctly
round-trips them to the proper JS escape sequences in generated code.
Pull Request #17: Fix echo-text escape sequences broken by string escaping security fix

403 of 404 branches covered (99.75%)

Branch coverage included in aggregate %.

1 of 22 new or added lines in 1 file covered. (4.55%)

1805 of 1826 relevant lines covered (98.85%)

77.02 hits per line

Uncovered Changes

Lines Coverage ∆ File
21
96.68
lib/jazz/scanner.js
Jobs
ID Job ID Ran Files Coverage
1 28692078851.1 04 Jul 2026 02:53AM UTC 7
99.01
GitHub Action Run
2 28692078851.2 04 Jul 2026 02:54AM UTC 7
99.01
GitHub Action Run
3 28692078851.3 04 Jul 2026 02:55AM UTC 7
99.01
GitHub Action Run
Source Files on build 28692078851
  • Tree
  • List 7
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #28692078851
  • Pull Request #17
  • Next Build on copilot/fix-ci-failure-integration-tests (#28701957265)
  • Delete
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