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

Microsoft / vscode-mssql / 363
66%
dev: 65%

Build:
Build:
LAST BUILD BRANCH: master
DEFAULT BRANCH: dev
Ran 24 Feb 2017 10:40PM UTC
Jobs 1
Files 61
Run time 4s
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

pending completion
363

push

travis-ci

kcunnane
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.

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

2189 of 3650 relevant lines covered (59.97%)

3.93 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
100.0
src/models/telemetry.ts

Uncovered Existing Lines

Lines Coverage ∆ File
1
100.0
src/prompts/prompt.ts
2
100.0
src/prompts/factory.ts
3
100.0
src/controllers/QueryRunner.ts
3
100.0
src/controllers/vscodeWrapper.ts
4
100.0
src/models/telemetry.ts
5
100.0
src/models/resultsSerializer.ts
6
100.0
src/models/utils.ts
6
100.0
src/prompts/input.ts
8
100.0
src/languageservice/serviceclient.ts
12
100.0
src/prompts/adapter.ts
23
100.0
src/controllers/mainController.ts
108
100.0
src/models/SqlOutputContentProvider.ts
Jobs
ID Job ID Ran Files Coverage
1 363.1 24 Feb 2017 10:40PM UTC 0
59.97
Travis Job 363.1
Source Files on build 363
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #363
  • 39562e2f on github
  • Prev Build on master (#360)
  • Next Build on master (#364)
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