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

sql-formatter-org / sql-formatter / 11523256048
96%

Build:
DEFAULT BRANCH: master
Ran 25 Oct 2024 06:10PM UTC
Jobs 1
Files 82
Run time 2min
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

25 Oct 2024 06:09PM UTC coverage: 95.258%. Remained the same
11523256048

push

github

web-flow
Add support for decimal values without leading digits (#794)

Encountered issue while handling decimal values without leading digits
(for example .00457). Lexer was breaking, updated number token regex to
support the similar cases and added a corresponding test case.

Sample SQL query: `SELECT employee_id FROM employees WHERE salary > .456
* 1000000 AND bonus < .0000239 * salary;`
```
An Unexpected Error Occurred
Parse error at token: 456 at line 1 column 51 Unexpected NUMBER token: {"type":"NUMBER","raw":"456","text":"456","start":50}
```

547 of 616 branches covered (88.8%)

Branch coverage included in aggregate %.

1241 of 1261 relevant lines covered (98.41%)

13692.27 hits per line

Jobs
ID Job ID Ran Files Coverage
1 11523256048.1 25 Oct 2024 06:10PM UTC 0
95.26
GitHub Action Run
Source Files on build 11523256048
Detailed source file information is not available for this build.
  • Back to Repo
  • 472e17b8 on github
  • Prev Build on master (#11494246419)
  • Next Build on master (#11523328323)
  • 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