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

chore(deps): update dependency nyc to v13 - autoclosed #33

Closed renovate[bot] closed 6 years ago

renovate[bot] commented 6 years ago

This Pull Request updates devDependency nyc (source) from ^12.0.2 to ^13.0.0


Release Notes

v13.0.1

Compare Source

Bug Fixes

v13.0.0

Compare Source

Bug Fixes
  • source was being instrumented twice, due to upstream fix in ista… (#​853) (d0f654c)
Features
  • allow rows with 100% statement, branch, and function coverage to be skipped in text report (#​859) (893345a)
BREAKING CHANGES
  • --hook-run-in-context, and --hook-run-in-this-context are no longer true by default (they should be enabled if you're using a library like requirejs).

12.0.2 (2018-06-03)

Bug Fixes
  • don't bundle istanbul-lib-instrument due to Node 6 issues (b4c325b)
  • stop bundling istanbul-lib-instrument due to npm issue on Node 6 (#​854) (ddc9331)

12.0.1 (2018-05-31)



This PR has been generated by Renovate Bot.

codecov[bot] commented 6 years ago

Codecov Report

Merging #33 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master     #33   +/-   ##
======================================
  Coverage    75.1%   75.1%           
======================================
  Files          93      93           
  Lines        3225    3225           
  Branches      588     588           
======================================
  Hits         2422    2422           
  Misses        801     801           
  Partials        2       2

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 827345c...d5d13b3. Read the comment docs.