Skip to content

jiayiliu/explore_badges

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Explore of Badges

Explore different badges on GitHub

Build Status codecov License: MIT

Travis-ci

  1. Link to Github and add the repository.
  2. Follow the instructions

CodeCov

  1. From Github.com install CodeCov. It is free for open-source repository.
  2. Add the repo in codecov.
  3. update .travis.yml

Note: because codecov is in after_success, it won't give a failing error if it fails.

Badge for License

Find the badge from here

CI

Python package is used as an example.

Python package

Here is a simple tutorial.

Sphinx-doc for gh-pages

To add python package document into github page, steps are:

  1. Make sure sphinx generate doc you want

  2. Follow instructions here

    a. put ORG,REPO,EMAIL var in travis-ci repo setting; b. create a token from github, follow the instructions; c. run travis encrypt GH_TOKEN=xxxx --add; d. modify publish.sh.

  3. commit and push

Releases

No releases published

Packages

No packages published