Skip to content

Commit

Permalink
Add codecov.io badge.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rebecka Gulliksson committed Apr 8, 2016
1 parent 6534992 commit e4968b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ matrix:
env: TOXENV=py27

install:
- pip install -U tox pytest-cov
- pip install -U tox

script:
- tox
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Flask-pyoidc

![PyPI](https://img.shields.io/pypi/v/flask-pyoidc.svg)
![codecov.io](https://codecov.io/github/its-dirg/Flask-pyoidc/coverage.svg?branch=master)](https://codecov.io/github/its-dirg/Flask-pyoidc?branch=master)

This repository contains an example of how to use the [pyoidc](https://github.com/rohe/pyoidc)
library to provide simple OpenID Connect authentication (using the ["Code Flow"](http://openid.net/specs/openid-connect-core-1_0.html#CodeFlowAuth).
Expand Down

0 comments on commit e4968b8

Please sign in to comment.