- cross-posted to:
- [email protected]
- cross-posted to:
- [email protected]
cross-posted from: https://lemmy.ml/post/15607790
Just wanted to share some (exciting) news about my Common Lisp project, euler-cl. I finally got the time to sit down and integrate it with Codecov! 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!
You must log in or register to comment.