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

remove deprecated code #11

Merged
merged 3 commits into from
Dec 10, 2023
Merged

remove deprecated code #11

merged 3 commits into from
Dec 10, 2023

Conversation

gkorland
Copy link
Contributor

@gkorland gkorland commented Dec 6, 2023

No description provided.

@@ -29,8 +29,7 @@

ResultSet rs = api.query("social", "MATCH(n) RETURN n");
int count = 0;
while (rs.hasNext()) {
rs.next();
for (Record record : rs) {

Check notice

Code scanning / CodeQL

Unread local variable Note test

Variable 'Record record' is never read.
Copy link

codecov bot commented Dec 7, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (fdf7654) 71.36% compared to head (eb39909) 71.48%.

Additional details and impacted files
@@             Coverage Diff              @@
##             master      #11      +/-   ##
============================================
+ Coverage     71.36%   71.48%   +0.12%     
+ Complexity      213      205       -8     
============================================
  Files            25       25              
  Lines           723      705      -18     
  Branches         65       63       -2     
============================================
- Hits            516      504      -12     
+ Misses          175      169       -6     
  Partials         32       32              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@gkorland gkorland merged commit 8b4e634 into master Dec 10, 2023
6 checks passed
@gkorland gkorland deleted the deprecated branch December 10, 2023 08:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant