Skip to content

Commit

Permalink
#317: add exact accuracy to tickets
Browse files Browse the repository at this point in the history
Fixed #317
  • Loading branch information
dgroup committed Jan 27, 2021
1 parent 3fa6176 commit ef704f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/lazylead/task/accuracy/accuracy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def evaluate(digits = 2)
def post
return if @opts.key? "silent"
@issue.post comment
@issue.add_label "LL.accuracy", "#{grade(@accuracy)}%"
@issue.add_label "LL.accuracy", "#{grade(@accuracy)}%", "#{@accuracy}%"
end

# The jira comment in markdown format
Expand Down

0 comments on commit ef704f4

Please sign in to comment.