semantic-release / travis-deploy-once

🚫Test multiple node versions on Travis. Deploy once. If all of them pass.
MIT License
33 stars 7 forks source link

Accept a travisOpts parameter, instead of fetching github repo #19

Closed pvdlg closed 6 years ago

pvdlg commented 6 years ago

BREAKING CHANGE: The plugin does not call the Github API anymore to determine if the regular or the pro version of the Travis API should be called. The new travisOpts parameter is added in is passed to the Travis client API. Use travisDeployOnce({travisOpts: {pro: true}}) to call the pro version of the API.

Fix #2

codecov[bot] commented 6 years ago

Codecov Report

Merging #19 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #19   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           8      8           
  Lines         110    110           
  Branches       22     24    +2     
=====================================
  Hits          110    110
Impacted Files Coverage Δ
lib/get-client.js 100% <100%> (ø) :arrow_up:
lib/travis-deploy-once.js 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 1f97ca1...38b7116. Read the comment docs.