Skip to content
This repository was archived by the owner on Oct 16, 2020. It is now read-only.

Conversation

@felixfbecker
Copy link
Contributor

No description provided.

@felixfbecker felixfbecker force-pushed the fix-workspace-xreferences branch from 442f4e3 to ab369d9 Compare June 4, 2017 00:18
@codecov
Copy link

codecov bot commented Jun 4, 2017

Codecov Report

Merging #288 into master will increase coverage by 0.58%.
The diff coverage is 83.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #288      +/-   ##
==========================================
+ Coverage   58.85%   59.43%   +0.58%     
==========================================
  Files          14       14              
  Lines        2129     2135       +6     
  Branches      350      349       -1     
==========================================
+ Hits         1253     1269      +16     
+ Misses        726      713      -13     
- Partials      150      153       +3
Impacted Files Coverage Δ
src/typescript-service.ts 71.37% <83.33%> (+2.72%) ⬆️
src/util.ts 79.61% <0%> (-1.95%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d8a39a1...6f6dcb6. Read the comment docs.

return this._getPackageDescriptor(uri)
.mergeMap(packageDescriptor => {
return Observable.from(this._getPackageDescriptor(uri, span))
.filter(packageDescriptor => !!(packageDescriptor && packageDescriptor.name === params.query.package!.name!))
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there should be a test for a query with PackageDescriptor.

@felixfbecker felixfbecker force-pushed the fix-workspace-xreferences branch from ab369d9 to f51c294 Compare June 4, 2017 10:08
@felixfbecker felixfbecker merged commit 4544f03 into master Jun 4, 2017
@felixfbecker felixfbecker deleted the fix-workspace-xreferences branch June 4, 2017 11:07
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants