diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-09-13 14:21:58 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-09-13 14:21:58 -0700 |
commit | 4275c76d32f28f366cb3f585e3f8d5f40b31da6c (patch) | |
tree | 15272cb00afc600be2029a11dc95042cde217fa0 /python | |
parent | af19fbaec968983f1ec2e5444123c9b29cd1ab0a (diff) | |
download | fatcat-4275c76d32f28f366cb3f585e3f8d5f40b31da6c.tar.gz fatcat-4275c76d32f28f366cb3f585e3f8d5f40b31da6c.zip |
fix coverage of python client library
Diffstat (limited to 'python')
-rw-r--r-- | python/.coveragerc | 2 |
1 files changed, 1 insertions, 1 deletions
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 |