Just integrated my #CommonLisp project (euler-cl) with #Codecov ! Now I can see test coverage trends and enjoy a sweet badge ๐Ÿ™Œ

My setup will hopefully help others integrate Codecov (and maybe more!) into their CL projects. To get started take a look at this commit in particular: https://github.com/bahmanm/euler-cl/commit/855b014

I'd be happy to help you get your project integrated ๐Ÿ™‹โ€โ™‚๏ธ

#Programming #DevOps #CICD #Testing #Lisp #Perl #Makefile

Integrate Codecov (#28) ยท bahmanm/euler-cl@855b014

SBCL generates code coverage reports out of the box with HTML and CSS. However, the format is not recognised by Codecov. Wrote a Perl script to convert (and condense) the report into Go coverag...

GitHub

@bahmanm is it possible to extend one of these projects and add codecov support to them?

- https://github.com/fukamachi/cl-coveralls
- https://quickdocs.org/trivial-coverage

GitHub - fukamachi/cl-coveralls

Contribute to fukamachi/cl-coveralls development by creating an account on GitHub.

GitHub