-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Problem: - Coverage data needs to be measurable and visible. Solution: - Configured GitHub to work with coveralls. - Added coveralls token to travis. Coverage data is synced to coveralls at merge build to prevent ENV vars from being accessed by fork PRs. See https://docs.travis-ci.com/user/pull-requests/#Pull-Requests-and-Security-Restrictions for details. - Confirmed tox ini invocations included earlier via template functioned as expected. - Added build status and coverage badges to README.md Tests: - Manually checked that data was available at: - [f5devcentral coveralls](https://coveralls.io/github/f5devcentral)
- Loading branch information
1 parent
868dc71
commit 2f9f3bd
Showing
5 changed files
with
20 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
[run] | ||
omit = | ||
# unit tests | ||
*/test/* | ||
*/testcommon.py | ||
|
||
# setup etc. | ||
setup.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,3 +15,4 @@ q | |
PyYAML==3.12 | ||
simplejson | ||
jsonschema | ||
python-coveralls==2.7.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters