From fd9c38ee64623ef63dc36db67192f880a12b16f4 Mon Sep 17 00:00:00 2001 From: Roman Date: Mon, 9 Sep 2024 21:13:39 +0000 Subject: [PATCH 1/4] ci: disable code rabbit for tests --- .coderabbit.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .coderabbit.yaml diff --git a/.coderabbit.yaml b/.coderabbit.yaml new file mode 100644 index 000000000..ba35714dc --- /dev/null +++ b/.coderabbit.yaml @@ -0,0 +1,3 @@ +reviews: + path_filters: + - "!**/*_test.go" \ No newline at end of file From e9b4f93d3964d6fce1959481a160312337813cb2 Mon Sep 17 00:00:00 2001 From: Roman Date: Mon, 9 Sep 2024 21:14:04 +0000 Subject: [PATCH 2/4] new line --- .coderabbit.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.coderabbit.yaml b/.coderabbit.yaml index ba35714dc..802c04721 100644 --- a/.coderabbit.yaml +++ b/.coderabbit.yaml @@ -1,3 +1,3 @@ reviews: path_filters: - - "!**/*_test.go" \ No newline at end of file + - "!**/*_test.go" From 32b41a7a198ddf18891bf8f2d3d378fa40233810 Mon Sep 17 00:00:00 2001 From: Roman Date: Mon, 9 Sep 2024 21:14:53 +0000 Subject: [PATCH 3/4] test changes --- router/usecase/quote_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/router/usecase/quote_test.go b/router/usecase/quote_test.go index c1d0ded10..c3c1578e7 100644 --- a/router/usecase/quote_test.go +++ b/router/usecase/quote_test.go @@ -35,8 +35,8 @@ var ( // // The test structure is as follows: // - Set up a 50-50 split route -// Route 1: 2 hop -// Route 2: 1 hop +// - Route 1: 2 hop +// - Route 2: 1 hop // // Validate that the effective swap fee is computed correctly. func (s *RouterTestSuite) TestPrepareResult() { From 73f824b86f05a4626c2537d0b9be1920c0f2275a Mon Sep 17 00:00:00 2001 From: Roman Date: Mon, 9 Sep 2024 21:18:10 +0000 Subject: [PATCH 4/4] updates --- .coderabbit.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.coderabbit.yaml b/.coderabbit.yaml index 802c04721..2a5fd3494 100644 --- a/.coderabbit.yaml +++ b/.coderabbit.yaml @@ -1,3 +1,6 @@ reviews: + # Ignore test files path_filters: - "!**/*_test.go" + # Disable review status notification + review_status: false