Skip to content

Commit

Permalink
[#3985] Refactor Routes with non returning methods
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafaozhan committed Sep 26, 2024
1 parent eda8864 commit a1f893a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ internal fun Route.getError() {
)
} ?: call.respond(HttpStatusCode.NotFound)

Check warning on line 29 in backend/app/src/main/kotlin/com/oztechan/ccc/backend/app/routes/ErrorRoute.kt

View check run for this annotation

Codecov / codecov/patch

backend/app/src/main/kotlin/com/oztechan/ccc/backend/app/routes/ErrorRoute.kt#L29

Added line #L29 was not covered by tests
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ internal fun Route.getRoot() {
)
} ?: call.respond(HttpStatusCode.NotFound)

Check warning on line 29 in backend/app/src/main/kotlin/com/oztechan/ccc/backend/app/routes/RootRoute.kt

View check run for this annotation

Codecov / codecov/patch

backend/app/src/main/kotlin/com/oztechan/ccc/backend/app/routes/RootRoute.kt#L29

Added line #L29 was not covered by tests
}
}
}

0 comments on commit a1f893a

Please sign in to comment.