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

kostafey / ejc-sql / 33891121866
40%

Build:
DEFAULT BRANCH: master
Ran 04 Sep 2026 03:45PM UTC
Jobs 2
Files 11
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 Sep 2026 03:41PM UTC coverage: 40.529%. Remained the same
33891121866

push

github

Konstantin Sedykh
Fix line comment detection at the end of SQL and with CRLF

`comments-re` required a trailing bare `\n` after a `--` line comment, so
such a comment was not recognized when it ended the SQL expression or when
lines were terminated with `\r\n`. A comment-only statement then passed the
"contains comments only" filter in `eval-user-sql` and was sent to the
database as a separate query.

Make the trailing line break optional, accept `\r\n` and match the comment
body with an explicit `[^\r\n]*` instead of relying on `$` under `DOTALL`.
`MULTILINE` is not needed anymore, since no anchors are left.

383 of 945 relevant lines covered (40.53%)

4.85 hits per line

Jobs
ID Job ID Ran Files Coverage
1 emacs-snapshot - 33891121866.1 04 Sep 2026 03:45PM UTC 11
40.53
GitHub Action Run
2 emacs-30.2 - 33891121866.2 04 Sep 2026 03:45PM UTC 11
40.53
GitHub Action Run
Source Files on build 33891121866
  • Tree
  • List 11
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 864e22e1 on github
  • Prev Build on master (#23760447449)
  • Next Build on master (#33932449691)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc