Skip to content

Commit

Permalink
fix report id generation
Browse files Browse the repository at this point in the history
  • Loading branch information
taraspos committed Oct 22, 2020
1 parent 131c2e0 commit 0466356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/bitbucket/annotator.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ func (r *ReportAnnotator) Flush(ctx context.Context) error {

// create/update/annotate report per tool
for tool, annotations := range r.annotations {
reportID := reportID(reporter, tool)
reportID := reportID(tool, reporter)
title := reportTitle(tool, reporter)
if len(annotations) == 0 {
// if no annotation, create Passed report
Expand Down

0 comments on commit 0466356

Please sign in to comment.