Skip to content

Commit 30b95f8

Browse files
Update codeql_analysis.yml (#318)
* Update codeql_analysis.yml Removing security and quality query from CodeQL to reduce the noise in the findings. * Automated coverage update --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8f090c7 commit 30b95f8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
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 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
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
88
client/cpp/VDMSClient.cc 20 20 100%
99
src/AutoDeleteNode.cc 9 8 88% 40
1010
src/BackendNeo4j.cc 133 73 54% 7,11,13,15,20,24,29-41,65-70,89,115-117,119-121,129-131,133,177,183,185,187,201,210,212-215,219-220,222-223,226-230,235,239-241,243
@@ -64,5 +64,5 @@ utils/src/kubernetes/KubeHelper.cc 183 37 20% 23-30,32-35,37
6464
utils/src/stats/SystemStats.cc 250 249 99% 455
6565
utils/src/timers/TimerMap.cc 82 74 90% 126,151,153,155-158,162
6666
------------------------------------------------------------------------------
67-
TOTAL 12491 8508 68%
67+
TOTAL 12491 8507 68%
6868
------------------------------------------------------------------------------
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
68.113
1+
68.105

.github/workflows/codeql_analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
uses: github/codeql-action/init@v3
7373
with:
7474
languages: cpp
75-
queries: security-extended,security-and-quality
75+
queries: security-extended
7676
build-mode: manual
7777

7878
- name: Configure CMake (disable linking)

0 commit comments

Comments
 (0)