Skip to content

Commit

Permalink
Fix returned value
Browse files Browse the repository at this point in the history
  • Loading branch information
nixel2007 authored Dec 11, 2024
1 parent 5d8f710 commit 91b6620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ru/pulsar/jenkins/library/utils/CoverageUtils.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import ru.pulsar.jenkins.library.steps.Coverable
import ru.pulsar.jenkins.library.steps.CoverageContext

class CoverageUtils {
static ArrayList<String> getPIDs(String name) {
static List<String> getPIDs(String name) {

IStepExecutor steps = ContextRegistry.getContext().getStepExecutor()

Expand Down

0 comments on commit 91b6620

Please sign in to comment.