Skip to content

Commit 20f8cbc

Browse files
committed
Bump coverage back to 100% and lock that value in for the future
1 parent 876d998 commit 20f8cbc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

tests/test_multiaddr.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
"/onion3/9ww6ybal4bd7szmgncyruucpgfkqahzddi37ktceo3ah7ngmcopnpyyd:80",
4242
"/onion3/vww6ybal4bd7szmgncyruucpgfkqahzddi37ktceo3ah7ngmcopnpyyd7:80",
4343
"/onion3/vww6ybal4bd7szmgncyruucpgfkqahzddi37ktceo3ah7ngmcopnpyyd:0",
44+
"/onion3/vww6ybal4bd7szmgncyruucpgfkqahzddi37ktceo3ah7ngmcopnpyyd:a",
4445
"/onion3/vww6ybal4bd7szmgncyruucpgfkqahzddi37ktceo3ah7ngmcopnpyyd:-1",
4546
"/onion3/vww6ybal4bd7szmgncyruucpgfkqahzddi37ktceo3ah7ngmcopnpyyd",
4647
"/onion3/vww6ybal4bd7szmgncyruucpgfkqahzddi37ktceo3ah7ngmcopnpyy@:666",

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
envlist = lint, py35, py36, py37, py38, pypy3
33

44
[testenv]
5-
commands = pytest --cov=multiaddr --cov-report=term --cov-report=html:build/test-{envname}
5+
commands = pytest --cov=multiaddr --cov-report=term --cov-report=html:build/test-{envname} --cov-fail-under=100
66

77
; If you want to make tox run the tests with the same versions, create a
88
; requirements.txt with the pinned versions and uncomment the following lines:

0 commit comments

Comments
 (0)