Skip to content

Commit 829104b

Browse files
committed
Automated report reference document generation (CI)
1 parent a0a2405 commit 829104b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

results/CSV_REPORTS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ This document serves as a reference for all CSV Cypher query reports in the curr
466466
| [Package_Communities_Label_Propagation.csv](./AxonFramework-4.10.3/community-csv/Package_Communities_Label_Propagation.csv) | AxonFramework-4.10.3 | 3 | [Dependencies_Projection/Dependencies_8_Stream_Mutated_Grouped.cypher](./../cypher/Dependencies_Projection/Dependencies_8_Stream_Mutated_Grouped.cypher) |
467467
| [Package_Communities_Leiden_That_Span_Multiple_Artifacts.csv](./AxonFramework-4.10.3/community-csv/Package_Communities_Leiden_That_Span_Multiple_Artifacts.csv) | AxonFramework-4.10.3 | 18 | [Community_Detection/Which_package_community_spans_several_artifacts_and_how_are_the_packages_distributed.cypher](./../cypher/Community_Detection/Which_package_community_spans_several_artifacts_and_how_are_the_packages_distributed.cypher) |
468468
| [Package_Communities_Local_Clustering_Coefficient_Aggregated.csv](./AxonFramework-4.10.3/community-csv/Package_Communities_Local_Clustering_Coefficient_Aggregated.csv) | AxonFramework-4.10.3 | 56 | [Community_Detection/Community_Detection_10d_LocalClusteringCoefficient_Stream_Aggregated.cypher](./../cypher/Community_Detection/Community_Detection_10d_LocalClusteringCoefficient_Stream_Aggregated.cypher) |
469-
| [Package_Communities_Louvain.csv](./AxonFramework-4.10.3/community-csv/Package_Communities_Louvain.csv) | AxonFramework-4.10.3 | 20 | [Community_Detection/Community_Detection_1d_Stream_Intermediate_Mutated.cypher](./../cypher/Community_Detection/Community_Detection_1d_Stream_Intermediate_Mutated.cypher) |
469+
| [Package_Communities_Louvain.csv](./AxonFramework-4.10.3/community-csv/Package_Communities_Louvain.csv) | AxonFramework-4.10.3 | 14 | [Community_Detection/Community_Detection_1d_Stream_Intermediate_Mutated.cypher](./../cypher/Community_Detection/Community_Detection_1d_Stream_Intermediate_Mutated.cypher) |
470470
| [Package_Communities_Weakly_Connected_Components.csv](./AxonFramework-4.10.3/community-csv/Package_Communities_Weakly_Connected_Components.csv) | AxonFramework-4.10.3 | 2 | [Dependencies_Projection/Dependencies_8_Stream_Mutated_Grouped.cypher](./../cypher/Dependencies_Projection/Dependencies_8_Stream_Mutated_Grouped.cypher) |
471471
| [Package_communityKCoreDecompositionValue_Community__Metrics.csv](./AxonFramework-4.10.3/community-csv/Package_communityKCoreDecompositionValue_Community__Metrics.csv) | AxonFramework-4.10.3 | 12 | [Community_Detection/Community_Detection_9_Community_Metrics.cypher](./../cypher/Community_Detection/Community_Detection_9_Community_Metrics.cypher) |
472472
| [Package_communityLabelPropagationId_Community__Metrics.csv](./AxonFramework-4.10.3/community-csv/Package_communityLabelPropagationId_Community__Metrics.csv) | AxonFramework-4.10.3 | 3 | [Community_Detection/Community_Detection_9_Community_Metrics.cypher](./../cypher/Community_Detection/Community_Detection_9_Community_Metrics.cypher) |
@@ -493,7 +493,7 @@ This document serves as a reference for all CSV Cypher query reports in the curr
493493
| [Cyclic_Dependencies_Breakdown.csv](./AxonFramework-4.10.3/internal-dependencies-csv/Cyclic_Dependencies_Breakdown.csv) | AxonFramework-4.10.3 | 468 | [Cyclic_Dependencies/Cyclic_Dependencies_Breakdown.cypher](./../cypher/Cyclic_Dependencies/Cyclic_Dependencies_Breakdown.cypher) |
494494
| [Cyclic_Dependencies_Breakdown_Backward_Only.csv](./AxonFramework-4.10.3/internal-dependencies-csv/Cyclic_Dependencies_Breakdown_Backward_Only.csv) | AxonFramework-4.10.3 | 105 | [Cyclic_Dependencies/Cyclic_Dependencies_Breakdown_Backward_Only.cypher](./../cypher/Cyclic_Dependencies/Cyclic_Dependencies_Breakdown_Backward_Only.cypher) |
495495
| [Distance_distribution_between_dependent_files.csv](./AxonFramework-4.10.3/internal-dependencies-csv/Distance_distribution_between_dependent_files.csv) | AxonFramework-4.10.3 | 4 | [Internal_Dependencies/Set_file_distance_as_shortest_contains_path_for_dependencies.cypher](./../cypher/Internal_Dependencies/Set_file_distance_as_shortest_contains_path_for_dependencies.cypher) |
496-
| [InterfaceSegregationCandidates.csv](./AxonFramework-4.10.3/internal-dependencies-csv/InterfaceSegregationCandidates.csv) | AxonFramework-4.10.3 | 286 | [Internal_Dependencies/Candidates_for_Interface_Segregation.cypher](./../cypher/Internal_Dependencies/Candidates_for_Interface_Segregation.cypher) |
496+
| [InterfaceSegregationCandidates.csv](./AxonFramework-4.10.3/internal-dependencies-csv/InterfaceSegregationCandidates.csv) | AxonFramework-4.10.3 | 284 | [Internal_Dependencies/Candidates_for_Interface_Segregation.cypher](./../cypher/Internal_Dependencies/Candidates_for_Interface_Segregation.cypher) |
497497
| [List_all_Java_artifacts.csv](./AxonFramework-4.10.3/internal-dependencies-csv/List_all_Java_artifacts.csv) | AxonFramework-4.10.3 | 10 | [Internal_Dependencies/List_all_Java_artifacts.cypher](./../cypher/Internal_Dependencies/List_all_Java_artifacts.cypher) |
498498
| [WidelyUsedTypes.csv](./AxonFramework-4.10.3/internal-dependencies-csv/WidelyUsedTypes.csv) | AxonFramework-4.10.3 | 688 | [Internal_Dependencies/List_types_that_are_used_by_many_different_packages.cypher](./../cypher/Internal_Dependencies/List_types_that_are_used_by_many_different_packages.cypher) |
499499
| [AnnotatedCodeElements.csv](./AxonFramework-4.10.3/java-csv/AnnotatedCodeElements.csv) | AxonFramework-4.10.3 | 92 | [Java/Annotated_code_elements.cypher](./../cypher/Java/Annotated_code_elements.cypher) |

0 commit comments

Comments
 (0)