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

DrRataplan / xq-lsp / 29051709947
93%

Build:
DEFAULT BRANCH: main
Ran 09 Jul 2026 09:33PM UTC
Jobs 1
Files 23
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

09 Jul 2026 09:32PM UTC coverage: 93.1%. Remained the same
29051709947

push

github

DrRataplan
fix: don't blanket-skip XQUpdate-tagged QT4 tests

The XQUpdate feature exclusion added in the previous commit was too coarse:
QT4 tags a whole test-set file with feature="XQUpdate" even when most of
its test-cases just exercise the plain `copy $x := ... modify ... return`
transform expression, which is core XQuery 3.0/3.1 grammar we already
support (variable-diagnostics.ts handles XQUF_TransformExpr directly) and
is unrelated to the actual Update Facility operations (insert/delete/
rename/replace, `declare updating function`).

Removing the exclusion and letting the real parse behavior decide restores
correct coverage for all 39 upd-* test-sets. Only 17 false positives
reappear across ~470 restored cases: 14 are genuine `declare updating
function` cases in upd-FunctionDeclaration (the one syntax that actually
fails to parse, confirmed directly against xq-parser), plus 3 unrelated
one-off cases. Total false positives: 109 -> 126; false negatives
unchanged at 534.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01NywD7BhMcq8yyRG3b6pTba

1010 of 1183 branches covered (85.38%)

Branch coverage included in aggregate %.

3672 of 3846 relevant lines covered (95.48%)

440430.56 hits per line

Jobs
ID Job ID Ran Files Coverage
1 29051709947.1 09 Jul 2026 09:33PM UTC 23
93.1
GitHub Action Run
Source Files on build 29051709947
  • Tree
  • List 23
  • Changed 9
  • Source Changed 0
  • Coverage Changed 9
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #29051709947
  • f2e45f18 on github
  • Prev Build on main (#29049894644)
  • Next Build on main (#29052965393)
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