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

Microsoft / vscode-mssql / 411 / 1
65%
dev: 65%

Build:
DEFAULT BRANCH: dev
Ran 09 Mar 2017 12:24AM UTC
Files 61
Run time 3s
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

07 Mar 2017 01:50AM UTC coverage: 58.03% (+0.4%) from 57.609%
411.1

cron

travis-ci

web-flow
Merge from master (#763)

* SqlToolsService 0.3.0 release target

* Copy should not add new line at end (#717)

- Fixes #715. Should not copy & paste with newline at the end since this overwrites cells in Excel

* Telemetry fix: promise.all not receiving promises (#723)

- Promise.all requires either an array of PromiseLike objects or objects of type T. A change when upgrading to Typescript 2.1.5 caused us to pass in the functions, rather than the promises returned by those functions as previously happened. This meant that Promises.all returned immediately as it thought it was returning an array of functions.
- Fix is to explicitly define the promise return types, and go back to calling the methods so that we get promises back to wait on.

* SqlToolsService update to 0.3.0.1

* Target Download Center for 0.3.0 release

* Fixing regression where null cells are copied as blank strings (#736)

- Fixes #734, a regression where null cells are copied as blank strings
- To fix checksum issue on installing chrome for unit testing, now ignoring checksums

* SqlToolsService 0.3.0.2 Update

* Fix CI test runs broken by gulp-remote-src (#743)

- gulp-remote-src v0.4.2 breaks the vscode test runner due to https://github.com/ddliu/gulp-remote-src/issues/11. This fixes the issue for us by explicitly binding to 0.4.1 which still works

* Fix #711 MSSQL Extension will not run (#744)

- Fixes #711 MSSQL Extension will not run
- Update GetWindowsArchitecture to use new, simpler and more reliable method taken from the Omnisharp-VSCode implementation
- Fixed issues where we were not returning promises as expected, and where we were accessing the _connectionManager even though it was not defined yet, since the extension was still initializing. This will help with overall reliability
- Added test to verify handling of null ConnectionManager

* SqlToolsService 0.3.0.4

* SqlToolsService 0.3.0.5

* Fix changelog open broken by VSCode 1.10.... (continued)

553 of 1342 branches covered (41.21%)

2345 of 3652 relevant lines covered (64.21%)

4.7 hits per line

Source Files on job 411.1
  • Tree
  • List 0
  • Changed 5
  • Source Changed 0
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 411
  • Travis Job 411.1
  • 795b3449 on github
  • Prev Job for on dev (#407.1)
  • Next Job for on dev (#412.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