-
Notifications
You must be signed in to change notification settings - Fork 353
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
Gh-3073: Improve test coverage for GafferPopGraph #3117
Gh-3073: Improve test coverage for GafferPopGraph #3117
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #3117 +/- ##
=============================================
+ Coverage 65.79% 66.01% +0.22%
Complexity 2512 2512
=============================================
Files 909 909
Lines 29004 29004
Branches 3235 3235
=============================================
+ Hits 19083 19147 +64
+ Misses 8473 8419 -54
+ Partials 1448 1438 -10 ☔ View full report in Codecov by Sentry. |
library/tinkerpop/src/test/java/uk/gov/gchq/gaffer/tinkerpop/GafferPopGraphTest.java
Outdated
Show resolved
Hide resolved
library/tinkerpop/src/test/java/uk/gov/gchq/gaffer/tinkerpop/GafferPopGraphTest.java
Show resolved
Hide resolved
library/tinkerpop/src/test/java/uk/gov/gchq/gaffer/tinkerpop/GafferPopGraphTest.java
Show resolved
Hide resolved
library/tinkerpop/src/test/resources/gafferpop-tinkerpop-modern.properties
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The pom changes are not required if Gaffer helper functions are used to load these files instead.
Related issue