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

nestjs / nest / 15ef32a4-c3a5-4dbf-8f74-6e75ce849f8a
90%
master: 90%

Build:
Build:
LAST BUILD BRANCH: dependabot/npm_and_yarn/typescript-eslint-8.63.0
DEFAULT BRANCH: master
Ran 06 Jul 2026 01:16PM UTC
Jobs 1
Files 364
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

06 Jul 2026 12:39PM UTC coverage: 89.924%. Remained the same
15ef32a4-c3a5-4dbf-8f74-6e75ce849f8a

Pull #17263

circleci

Se3do
fix(common): Reject hex and trailing chars in ParseFloatPipe isNumeric

Replace !isNaN(parseFloat(value)) with strict regex matching valid float syntax (/^-?(?:\d+\.?\d*|\.\d+)(?:[eE][+-]?\d+)?$/).

Previously, parseFloat('0xFF') returned 0 and passed validation. Now hex (0xFF), octal (0o17), binary (0b101), and trailing characters (123abc) are correctly rejected.

Consistent with ParseIntPipe which uses the same regex approach.

Added 4 test cases: hex string, binary string, Infinity, -Infinity.
Pull Request #17263: fix(common): Reject hex and trailing chars in ParseFloatPipe isNumeric

2390 of 2947 branches covered (81.1%)

7773 of 8644 relevant lines covered (89.92%)

56.66 hits per line

Jobs
ID Job ID Ran Files Coverage
1 15ef32a4-c3a5-4dbf-8f74-6e75ce849f8a.1 06 Jul 2026 01:16PM UTC 364
89.92
Source Files on build 15ef32a4-c3a5-4dbf-8f74-6e75ce849f8a
  • Tree
  • List 364
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • CircleCI Build #15EF32A4...
  • Pull Request #17263
  • PR Base - master (#80A3C6CD...)
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