Skip to content

Commit

Permalink
Merge pull request #3 from kb1lqc/coveralls
Browse files Browse the repository at this point in the history
Bring in Coveralls Branch
  • Loading branch information
kb1lqc authored Jan 30, 2018
2 parents 574c084 + 0151580 commit 9d012bd
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[run]
source=faradayio
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ install:
script:
- ~/virtualenv/python3.5/bin/flake8 --exclude docs/ .
- sudo ~/virtualenv/python3.5/bin/pytest tests/
- sudo ~/virtualenv/python3.5/bin/python3 -m coverage run ~/virtualenv/python3.5/bin/pytest
- coveralls
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# faradayio
Asynchronous input/output program linking a network interface and UART port for Faraday radios

[![Build Status](https://travis-ci.org/FaradayRF/faradayio.svg?branch=master)](https://travis-ci.org/FaradayRF/faradayio)
[![Coverage Status](https://coveralls.io/repos/github/FaradayRF/faradayio/badge.svg?branch=master)](https://coveralls.io/github/FaradayRF/faradayio?branch=master)
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ scapy-python3==0.23
six==1.11.0
sliplib==0.3.0
sphinx-rtd-theme==0.2.4
coveralls==1.2.0
pytest-cov==2.5.1

0 comments on commit 9d012bd

Please sign in to comment.