Herb-AI / HerbCore.jl

Core structures for Herb.jl
https://herb-ai.github.io/
MIT License
0 stars 1 forks source link

Improve test coverage #26

Open ReubenJ opened 1 month ago

ReubenJ commented 1 month ago

↩️ Back to the main Herb.jl Hacktoberfest issue


Our test coverage in HerbCore is currently ~55% (Codecov). Adding tests in HerbCore will familiarize you with the core data structures the library builds upon. We would greatly appreciate your help! 🤗

Suggested steps:

  1. If you're new to Herb, please take a look at our getting started guide and CONTRIBUTING.md.
  2. Check the current test coverage on Codecov.
  3. Following the CONTRIBUTING.md guide, set up your own fork of HerbCore and take a look at the existing tests.
  4. Once you've added some new tests, open a PR to check that they pass in CI and to double-check that you've increased coverage in the way you were hoping.

Don't hesitate to reach out here for any clarifications. Happy hacking!

chhote-mote-log commented 1 month ago

/assign