From 4275c76d32f28f366cb3f585e3f8d5f40b31da6c Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Fri, 13 Sep 2019 14:21:58 -0700 Subject: fix coverage of python client library --- python/.coveragerc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/.coveragerc b/python/.coveragerc index 78764694..5daa8d30 100644 --- a/python/.coveragerc +++ b/python/.coveragerc @@ -2,4 +2,4 @@ source = fatcat_tools fatcat_web - ../python_openapi_client/fatcat_openapi_client + .venv/lib/python3.5/site-packages/fatcat_openapi_client -- cgit v1.2.3