Skip to content

Commit

Permalink
ci: disable code rabbit for tests (#505) (#506)
Browse files Browse the repository at this point in the history
* ci: disable code rabbit for tests

* new line

* test changes

* updates

(cherry picked from commit 828fbb5)

Co-authored-by: Roman <[email protected]>
  • Loading branch information
mergify[bot] and p0mvn authored Sep 10, 2024
1 parent b977586 commit d16acb9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .coderabbit.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
reviews:
# Ignore test files
path_filters:
- "!**/*_test.go"
# Disable review status notification
review_status: false
4 changes: 2 additions & 2 deletions router/usecase/quote_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit d16acb9

Please sign in to comment.