sourcegraph / go-diff

Unified diff parser and printer for Go
https://sourcegraph.com/github.com/sourcegraph/go-diff
Other
426 stars 48 forks source link

use github.com/sourcegraph/go-diff import path instead of custom sourcegraph.com/... import path #30

Closed sqs closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@dee78e5). Click here to learn what that means. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #30   +/-   ##
=========================================
  Coverage          ?   26.91%           
=========================================
  Files             ?        5           
  Lines             ?     1133           
  Branches          ?        0           
=========================================
  Hits              ?      305           
  Misses            ?      784           
  Partials          ?       44

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 dee78e5...de643bf. Read the comment docs.

dmitshur commented 5 years ago

README still says go get -u sourcegraph.com/sourcegraph/go-diff/diff and uses the previous import path in the godoc.org badge. Is that unintentional?

sqs commented 5 years ago

(https://github.com/sourcegraph/go-diff/pull/30#issuecomment-476002165 fixed in #32, thanks!)