Skip to content

Commit

Permalink
Update runtime/codecoverage/src/main/java/com/walmartlabs/concord/plu…
Browse files Browse the repository at this point in the history
…gins/codecoverage/CodecoverageModule.java

Co-authored-by: Ivan Bodrov <[email protected]>
  • Loading branch information
brig and ibodrov authored Dec 3, 2024
1 parent 63c0d37 commit 2d11642
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public class CodecoverageModule implements Module {

@Override
public void configure (Binder binder){
var taskProviders = Multibinder.newSetBinder(binder, ExecutionListener.class);
var executionListeners = Multibinder.newSetBinder(binder, ExecutionListener.class);
taskProviders.addBinding().to(CodeCoverage.class);
}
}

0 comments on commit 2d11642

Please sign in to comment.