kestra-io/kestra

Add code coverage in repositories and search

Closed

#8,533 opened on Apr 25, 2025

 (7 comments) (0 reactions) (0 assignees)Java (2,579 forks)batch import
area/backendgood first issuekind/cooldown

Repository metrics

Stars
 (26,854 stars)
PR merge metrics
 (Avg merge 1d 19h) (495 merged PRs in 30d)

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