Skip to content

Commit

Permalink
feat(coveralls) : pfff , remove keyboard to my hand
Browse files Browse the repository at this point in the history
  • Loading branch information
JadeKharats committed Oct 3, 2018
1 parent d5f9381 commit 5489fcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coverage/runtime/outputters/coveralls.cr
Expand Up @@ -43,6 +43,6 @@ class Coverage::Outputter::Coveralls < Coverage::Outputter
::File.write("coverage/coveralls.json", o)
headers = HTTP::Headers{"Content-Type" => "multipart/form-data"}
url = "https://coveralls.io/api/v1/jobs"
HTTP::Client.post(url, headers: header, form: "json_file=#{o}")
HTTP::Client.post(url, headers: headers, form: "json_file=#{o}")
end
end

0 comments on commit 5489fcd

Please sign in to comment.