silverstripe / silverstripe-travis-support

Creates a SilverStripe project "around" a module, based on core version constraints and its composer.json definitions
Other
13 stars 16 forks source link

Fix composer api token use #28

Closed chillu closed 8 years ago

chillu commented 8 years ago

Was using an internal JSON structure which composer has changed in the meantime - it now writes to a separate auth.json file.

Using the documented approach instead, see https://getcomposer.org/doc/articles/troubleshooting.md#api-rate-limit-and-oauth-tokens

codecov-io commented 8 years ago

Current coverage is 100.00%

Merging #28 into master will not affect coverage as of dc0e333

@@            master     #28   diff @@
======================================
  Files            1       1       
  Stmts          115     115       
  Branches         0       0       
  Methods         12      12       
======================================
  Hit            115     115       
  Partial          0       0       
  Missed           0       0       

Review entire Coverage Diff as of dc0e333

Powered by Codecov. Updated on successful CI builds.