Husband, father, kabab lover, history buff, chess fan and software engineer. Believes creating software must resemble art: intuitive creation and joyful discovery.
Just wanted to share some (exciting) news about my Common Lisp project, [euler-cl](https://github.com/bahmanm/euler-cl). I finally got the time to sit down and integrate it with [Codecov](https://about.codecov.io/)! This means a couple of cool things:
* 📈 Test Coverage Tracking: I can now see how well my code is tested over time, giving valuable insights into code quality.
* 🏅 Codecov Badge: euler-cl now sports a snazzy Codecov badge to show off!
* 📦 Reusable Setup: The code and setup process should be simple enough to be used as a reference to integrate Codecov (and potentially other services) into your own Common Lisp projects!
If you're interested this commit is almost all you need: https://github.com/bahmanm/euler-cl/commit/855b014
Let me know in the comments if you have any questions or want to chat about integrating Codecov into your own projects!