Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix serialisation of dict #422

Merged
merged 5 commits into from
Nov 9, 2023

Fix negation of isinstance

358b184
Select commit
Loading
Failed to load commit list.
Merged

Fix serialisation of dict #422

Fix negation of isinstance
358b184
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 9, 2023 in 0s

79.51% (+0.39%) compared to 0251f80

View this Pull Request on Codecov

79.51% (+0.39%) compared to 0251f80

Details

Codecov Report

Merging #422 (358b184) into main (0251f80) will increase coverage by 0.39%.
The diff coverage is 91.30%.

@@            Coverage Diff             @@
##             main     #422      +/-   ##
==========================================
+ Coverage   79.12%   79.51%   +0.39%     
==========================================
  Files          62       62              
  Lines        5730     5742      +12     
==========================================
+ Hits         4534     4566      +32     
+ Misses       1196     1176      -20     
Files Coverage Δ
terminusdb_client/schema/schema.py 79.20% <100.00%> (ø)
terminusdb_client/scripts/scripts.py 87.58% <100.00%> (ø)
terminusdb_client/tests/test_woqlQuery.py 100.00% <100.00%> (ø)
terminusdb_client/woqlquery/woql_core.py 92.42% <100.00%> (+0.11%) ⬆️
terminusdb_client/woqlquery/woql_query.py 53.81% <80.00%> (+1.56%) ⬆️

📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!