Steps to set up AppVeyor/Travis/CodeCov for your own fork.
AppVeyor:
- Login with your Github account to https://ci.appveyor.com
- Choose "projects"
- Select your fork and press "+" button
- Done. All config is in appveyor.yml already
Travis:
- Login with your Github account to https://travis-ci.org/
- Select your fork
- Push and wait
CodeCov: (AppVeyor needed)
- Login with your Github account to https://codecov.io/
- Press "+ Add new repository to Codecov" button
- Select your fork
- Wait for a build on AppVeyor. All the config is already in appveyor.yml. The first report can take some minutes after the first build.