neo4j-contrib / neomodel

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

Add user agent with neomodel version tag #740

Closed mariusconjeaud closed 1 year ago

mariusconjeaud commented 1 year ago

Add default user agent as "neomodel/vVersionTag"

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

codecov[bot] commented 1 year ago

Codecov Report

Merging #740 (bd7a245) into rc/5.1.1 (11dbd2c) will increase coverage by 0.00%. The diff coverage is 100.00%.

@@            Coverage Diff            @@
##           rc/5.1.1     #740   +/-   ##
=========================================
  Coverage     85.91%   85.92%           
=========================================
  Files            17       18    +1     
  Lines          2365     2366    +1     
=========================================
+ Hits           2032     2033    +1     
  Misses          333      333           
Files Changed Coverage Δ
neomodel/__init__.py 100.00% <ø> (ø)
neomodel/_version.py 100.00% <100.00%> (ø)
neomodel/config.py 100.00% <100.00%> (ø)