neo4j-contrib / neomodel

An Object Graph Mapper (OGM) for the Neo4j graph database.
https://neomodel.readthedocs.io
MIT License
936 stars 231 forks source link

Add support for full-text index creation #810 #813

Closed mariusconjeaud closed 2 months ago

mariusconjeaud commented 2 months ago

Closes #810

codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 95.00000% with 4 lines in your changes missing coverage. Please review.

Project coverage is 92.05%. Comparing base (7c6662a) to head (7ad5e49). Report is 14 commits behind head on rc/5.3.2.

Files Patch % Lines
neomodel/async_/core.py 94.73% 2 Missing :warning:
neomodel/sync_/core.py 94.73% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## rc/5.3.2 #813 +/- ## ============================================ + Coverage 91.47% 92.05% +0.58% ============================================ Files 34 34 Lines 4574 4670 +96 ============================================ + Hits 4184 4299 +115 + Misses 390 371 -19 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

sonarcloud[bot] commented 2 months ago

Quality Gate Passed Quality Gate passed

Issues
2 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud