Add coveralls to CI
authorShane Lontis <shane.lontis@oracle.com>
Fri, 12 Mar 2021 07:52:16 +0000 (17:52 +1000)
committerShane Lontis <shane.lontis@oracle.com>
Wed, 24 Mar 2021 08:31:11 +0000 (18:31 +1000)
commit1f085af02cc80fa0cb62eb81a49dcb00917b9d30
tree472983232cbd7b1f2f654cdf54d889087910cb67
parentc08138e500ed27c6aa3db98194bd04c400213db3
Add coveralls to CI

Fixes #14013

Coverage reports were no longer generated when travis stopped being used.
This github action workflow schedules a coverage report once a week.

Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14526)
.github/workflows/coveralls.yml [new file with mode: 0644]