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

moonbitlang / core / 1313
89%
main: 92%

Build:
Build:
LAST BUILD BRANCH: Yu-zh/add-notequal-trait-method
DEFAULT BRANCH: main
Ran 24 Sep 2025 10:08AM UTC
Jobs 1
Files 257
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

24 Sep 2025 10:06AM UTC coverage: 89.458% (+0.003%) from 89.455%
1313

Pull #2764

github

bobzhang
feat: implement JSON Pointer format for JsonPath Show trait

- Rewrite Show implementation to follow RFC 6901 JSON Pointer specification
- Replace JSONPath syntax ($, ., []) with JSON Pointer syntax (/, escaping)
- Add proper escaping for special characters:
  - ~ becomes ~0
  - / becomes ~1
- Root path is now empty string "" instead of "$"
- Add comprehensive test suites:
  - Basic JSON Pointer format tests
  - Special character escaping tests
  - RFC 6901 compliance examples
- Update all affected tests to match new format
- Maintain backward compatibility of public API
Pull Request #2764: feat: implement JSON Pointer format for JsonPath Show trait

7 of 7 new or added lines in 1 file covered. (100.0%)

9275 of 10368 relevant lines covered (89.46%)

198965.64 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1313.1 24 Sep 2025 10:08AM UTC 258
89.49
GitHub Action Run
Source Files on build 1313
  • Tree
  • List 257
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #2764
  • PR Base - main (#1311)
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

© 2025 Coveralls, Inc