Skip to content

Commit

Permalink
add coverall, update coverage flag in README
Browse files Browse the repository at this point in the history
  • Loading branch information
tylercroberts committed Dec 5, 2019
1 parent c97c744 commit 2aaeccc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .travis.yml
Expand Up @@ -9,4 +9,7 @@ install:
- pip install -e ".[tests]"

script:
- pytest
- pytest
-
after_sucess:
coveralls
2 changes: 1 addition & 1 deletion README.md
@@ -1,6 +1,6 @@
# pyvalet
![](https://travis-ci.com/tylercroberts/pyvalet.svg?branch=master)
![](tests/results/coverage.svg)
[![Coverage Status](https://coveralls.io/repos/github/tylercroberts/pyvalet/badge.svg?branch=master)](https://coveralls.io/github/tylercroberts/pyvalet?branch=master)
![](https://img.shields.io/badge/Python-3.6%2C%203.7-blue)

Simple, pandas integrated API wrapper for the Bank of Canada Valet API.
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -34,7 +34,8 @@
],
"tests": ["pytest==5.2.1",
"pytest-cov==2.8.1",
"coverage-badge"]
"coverage-badge",
"coveralls"]
},
classifiers=[
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit 2aaeccc

Please sign in to comment.