We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cdb59e commit a8803b0Copy full SHA for a8803b0
.gitignore
@@ -20,7 +20,7 @@ woqlclient/*.egg-info/
20
coverage.xml
21
report.xml
22
.coverage
23
-terminus_client_coverage/
+terminusdb_client_coverage/
24
25
*.so
26
*~
makefile
@@ -20,7 +20,7 @@ coverage:
# Command to generate a coverage report html
coverage_html:
- coverage html -d terminus_client_coverage
+ coverage html -d terminusdb_client_coverage
interrogate:
interrogate -v -I -i -p -s terminusdb_client/woqlclient/woqlClient.py terminusdb_client/woqldataframe/woqlDataframe.py terminusdb_client/woqlquery/woql_query.py terminusdb_client/woqlquery/woql_library.py
0 commit comments