Skip to content

Commit

Permalink
remove todo comments
Browse files Browse the repository at this point in the history
  • Loading branch information
lucamrgs committed Oct 15, 2024
1 parent 9772577 commit 49c1571
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions internal/reporter/reporter.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,6 @@ type IStepReporter interface {

const MaxReporters int = 10

// TODO:
// - DONE remove sync wait group mechanisms
// - DONE change reporting interface to pass in-code start and end time
// - DONE remove constraint of updating step only if workflow still ongoing
// - update tests

// High-level reporter class with injection of specific reporters
type Reporter struct {
reporters []downstreamReporter.IDownStreamReporter
Expand Down

0 comments on commit 49c1571

Please sign in to comment.