An application that takes in coverage reports and generates SVG badges that can be embedded in READMEs.
 
 
Go to file
ALI Hamza 26d3508dc0
Implement endpoints /badge/commit/{commit} and
/badge/{project_name}/{project_tag}, and show unknown coverage when
database record is missing, and formalize all commit messages in
/upload/go to json
2019-08-13 18:11:53 +07:00
badge.go Implement endpoints /badge/commit/{commit} and 2019-08-13 18:11:53 +07:00
connection.go Implementation of /badge/commit/<commit>. 2019-08-12 23:13:53 +07:00
main.go Implement endpoints /badge/commit/{commit} and 2019-08-13 18:11:53 +07:00
pill.go Implement endpoints /badge/commit/{commit} and 2019-08-13 18:11:53 +07:00
test.svg Implementation of creating pill and printing to StdOut. 2019-08-12 14:47:26 +07:00
upload.go Implement endpoints /badge/commit/{commit} and 2019-08-13 18:11:53 +07:00