Skip to content

CocoaPods/metrics.cocoapods.org

Repository files navigation

metrics.cocoapods.org

Apiary Documentation

Metrics calculations & Metrics API for CocoaPods.

Installation

  1. Migrate the databases for the various environments via Humus.
  2. Create a .env file in the root of the repo based on test.env.

Run tests

  • Seed the test DB in trunk (while Humus does not yet seed): RACK_ENV=test bundle exec rake db:seed

  • You can now run the tests using:

     $ bundle exec rake spec
    

Running a single update

You can use the rake task rake update[Pod name] to run through updating just one Pod.