diff options
Diffstat (limited to 'python/.coveragerc')
-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 |