Skip to content
This repository was archived by the owner on Jul 19, 2025. It is now read-only.

Commit 7a4dd42

Browse files
committed
Clarify batch post endpoint
1 parent 26d3f19 commit 7a4dd42

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/code_climate/test_reporter/client.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ def host
1515
"https://codeclimate.com"
1616
end
1717

18+
# N.B. Not a generalized solution for posting multiple results
19+
# N.B. Only works with in tandem with additional communication from
20+
# Solano.
1821
def batch_post_results(files)
1922
uri = URI.parse("#{host}/test_reports/batch")
2023
http = http_client(uri)

0 commit comments

Comments
 (0)