kestra-io/kestra

Add code coverage in repositories and search

Open

#8,533 opened on Apr 25, 2025

View on GitHub
 (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 2d 11h) (533 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