Skip to content

Commit

Permalink
Fix coverage command invocation and bump package to v0.12.3 (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaisen authored Jul 27, 2016
1 parent 05f6ed7 commit 8cad388
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.12.3 (2016-07-27)
-------------------
- Fix coverage command invocation to be compatible with coverage v4.2

0.12.2 (2016-07-15)
-------------------
- make "service_name" default to "unknown" when not found in registry
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import find_packages
from setuptools import setup

__version__ = "0.12.2"
__version__ = "0.12.3"

setup(
name='pyramid_zipkin',
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ deps = -rrequirements-dev.txt
commands =
coverage erase
coverage run --source=pyramid_zipkin/ -m pytest -vv {posargs:tests}
coverage combine
coverage combine --append
coverage report -m --show-missing --fail-under 100

[testenv:flake8]
Expand Down

0 comments on commit 8cad388

Please sign in to comment.