Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1b333af

Browse files
committedJul 23, 2024·
Automated updates: Format and/or coverage
1 parent 08e16f4 commit 1b333af

4 files changed

+6
-6
lines changed
 

‎.github/coverage/cpp.develop.coverage_report.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Directory: ..
44
------------------------------------------------------------------------------
55
File Lines Exec Cover Missing
66
------------------------------------------------------------------------------
7-
client/cpp/CSVParserUtil.cpp 345 290 84% 37-45,48,50,239,241,264-265,269-270,286,292,304,313-314,317,323,331-332,335,345,351,363,368,373,379-387,389,425,435-437,450,474-476,478,503-506
7+
client/cpp/CSVParserUtil.cpp 345 291 84% 37-45,48,50,239,241,264-265,269-270,286,292,304,313-314,317,323,331-332,335,345,351,363,368,373,379-387,389,425,435-437,474-476,478,503-506
88
client/cpp/VDMSClient.cc 20 20 100%
99
src/AutoDeleteNode.cc 9 8 88% 40
1010
src/BackendNeo4j.cc 121 0 0% 4,6-17,20,24,29-41,46-47,52,55-58,61-62,64-70,73,78,82-83,85-86,89,92,95-96,98,102,104,106-109,111,114-116,118,122,131-132,138,140,142-144,147,150-152,155-159,161-175,178,182,184,186,195,197-200,204-205,207-208,211-215,220,224-226,228
@@ -57,5 +57,5 @@ utils/src/comm/Exception.cc 6 0 0% 35-40
5757
utils/src/stats/SystemStats.cc 250 249 99% 453
5858
utils/src/timers/TimerMap.cc 82 75 91% 126,151,153,155-158
5959
------------------------------------------------------------------------------
60-
TOTAL 10068 6487 64%
60+
TOTAL 10068 6488 64%
6161
------------------------------------------------------------------------------
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
64.4319
1+
64.4418
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Name Stmts Miss Cover Missing
22
--------------------------------------------------------------------
33
/vdms/client/python/vdms/__init__.py 2 0 100%
4-
/vdms/client/python/vdms/vdms.py 98 2 98% 151, 166
4+
/vdms/client/python/vdms/vdms.py 98 53 46% 87-97, 103-107, 110-116, 119, 124-178, 181, 184, 187
55
--------------------------------------------------------------------
6-
TOTAL 100 2 98%
6+
TOTAL 100 53 47%
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
98
1+
47

0 commit comments

Comments
 (0)
Please sign in to comment.