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

tomv564 / LSP / 2025 / 1
38%
master: 38%

Build:
DEFAULT BRANCH: master
Ran 10 Dec 2019 10:18PM UTC
Files 43
Run time 7s
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

10 Dec 2019 10:16PM UTC coverage: 38.485% (-0.05%) from 38.537%
2025.1

push

travis-ci

web-flow
Completion filtering fixes (#822)

* Don't run on_completion_inserted on insert_best_completion

Pressing <tab> in documents results in huge "LSP: No match for inserted "<entire document>.." entries in the console.

* Don't cancel requested completions for the exact same word while typing ahead.

If typing view.settings, completion at dot is cancelled by "s", "e" etc. even though original request is still relevant

* Don't present completion results from previous word

If typing view.settings() quickly, a popup would show at the cursor offering "settings()".
In the response handler, we detect if cursor has passed a word boundary and ignore the result if so.

* Revert fix for #745, causing extra requests after trigger character

If there are no completion results, typing view.s would trigger requests at both '.' and 's'.

1646 of 4277 relevant lines covered (38.48%)

0.38 hits per line

Source Files on job 2025.1
  • Tree
  • List 0
  • Changed 3
  • Source Changed 2
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 937
  • Travis Job 2025.1
  • ed15d937 on github
  • Prev Job for on master (#2023.1)
  • Next Job for on master (#2026.1)
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