sourcegraph / sourcegraph-extension-api

Sourcegraph extension API: use and build extensions that enhance reading and reviewing code in your existing tools. "The extension API you wish your code host had."
44 stars 2 forks source link

improve action contributions #22

Closed sqs closed 6 years ago

codecov[bot] commented 6 years ago

Codecov Report

Merging #22 into master will increase coverage by 0.06%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #22      +/-   ##
==========================================
+ Coverage   66.78%   66.84%   +0.06%     
==========================================
  Files          99       99              
  Lines        3510     3514       +4     
  Branches      625      627       +2     
==========================================
+ Hits         2344     2349       +5     
+ Misses       1157     1156       -1     
  Partials        9        9
Impacted Files Coverage Δ
src/protocol/contribution.ts 100% <ø> (ø) :arrow_up:
src/environment/context/context.ts 95.55% <ø> (ø) :arrow_up:
src/protocol/configuration.ts 100% <ø> (ø) :arrow_up:
src/environment/context/expr/evaluator.ts 52.38% <100%> (-0.5%) :arrow_down:
src/environment/providers/contribution.ts 100% <100%> (ø) :arrow_up:

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 22657c1...823ee34. Read the comment docs.

sqs commented 6 years ago

@chrismwendt PTAL

sourcegraph-bot commented 6 years ago

:tada: This PR is included in version 10.1.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

chrismwendt commented 6 years ago

Being able to put a clickable URL from a CXP extension in the UI is pretty cool :+1: