kestra-io/kestra

Add code coverage in repositories and search

Open

#8,533 opened on Apr 25, 2025

View on GitHub
 (5 comments) (0 reactions) (0 assignees)Java (26,854 stars) (2,579 forks)batch import
area/backendgood first issuekind/cooldown

Description

Most of the search method use a list of parameters, but only one parameter is used during unit testing. We then don't know which parameter are really used, and if they work.

It will allow us to find a lot of bugs before it's too late.

Contributor guide