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

rdfjs / rdfxml-streaming-parser.js / 24336514144
100%

Build:
DEFAULT BRANCH: master
Ran 13 Apr 2026 09:40AM UTC
Jobs 3
Files 2
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

13 Apr 2026 09:39AM UTC coverage: 100.0%. Remained the same
24336514144

push

github

web-flow
Migrate to eslint (#82)

* chore: install eslint with rubensworks config, add eslint.config.js and tsconfig.eslint.json

Agent-Logs-Url: https://github.com/rdfjs/rdfxml-streaming-parser.js/sessions/46b14265-34c1-4bd0-b41d-2a2e1a911a1d

Co-authored-by: rubensworks <440384+rubensworks@users.noreply.github.com>

* fix: resolve all ESLint linting errors

- lib/ParseError.ts: Add public constructor modifier, fix type assertion syntax
- lib/RdfXmlParser.ts:
  - Fix NCNAME_MATCHER regex (misleading char class, long line) using RegExp constructor
  - Add public/return type annotations throughout (constructor, _transform, validateNcname, attachSaxListeners, onTag, onTagResource, onTagProperty, emitTriple, claimNodeId, onText, onCloseTag, onDoctype, setDirection, setVersion)
  - Fix unsafe type assertions using angle-bracket syntax
  - Fix SaxesParser field type to SaxesParser<{ xmlns: true }> for type safety
  - Fix no-fallthrough in switch statement with 'Falls through' comment
  - Fix capitalized-comments violations
  - Refactor createLiteral to avoid indentation/ternary issues
  - Format all emitTriple/push calls with consistent multi-line argument style
  - Fix onDoctype regex: add u flag, use replaceAll, type callback params
  - Fix validateUri defaulting to true when not specified
  - Add es2021.string to tsconfig lib arrays for replaceAll support
- test/RdfXmlParser-test.ts:
  - Replace all return expect(...) with await expect(...)
  - Make non-async callbacks async
  - Fix duplicate test title
  - Fix toThrow() missing message
  - Add eslint-disable-next-line for unavoidably long test title

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

Co-authored-by: rubensworks <440384+rubensworks@users.noreply.github.com>

* chore: fix all eslint errors after tslint migration

Agent-Logs-Url: https://github.com/rdfjs/rdfxml-streaming-parser.js/sessions/46b14265-34c1-4bd0-b41d-2a2e1a911a1d

Co-authored-by: rubensworks <440384+rubensworks@user... (continued)

376 of 376 branches covered (100.0%)

Branch coverage included in aggregate %.

155 of 155 new or added lines in 2 files covered. (100.0%)

373 of 373 relevant lines covered (100.0%)

751.98 hits per line

Jobs
ID Job ID Ran Files Coverage
1 run-22.x - 24336514144.1 13 Apr 2026 09:40AM UTC 4
100.0
GitHub Action Run
2 run-20.x - 24336514144.2 13 Apr 2026 09:40AM UTC 4
100.0
GitHub Action Run
3 run-24.x - 24336514144.3 13 Apr 2026 09:40AM UTC 4
100.0
GitHub Action Run
Source Files on build 24336514144
  • Tree
  • List 2
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #24336514144
  • ae3c4d10 on github
  • Prev Build on master (#23533852457)
  • Next Build on master (#25149246429)
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