Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase Test Coverage #16

Open
AdityaNG opened this issue May 10, 2024 · 0 comments
Open

Increase Test Coverage #16

AdityaNG opened this issue May 10, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers question Further information is requested

Comments

@AdityaNG
Copy link
Owner

Is your feature request related to a problem? Please describe.

codecov
The current code test coverage is at around 60%, it would be good to have test cases to cover at least 80% of the code to ensure there are minimal regressions.

Describe the solution you'd like
We can see which files and which lines are covered by the existing test cases (which is defined in tests/) by clicking on the code coverage badge on the README or following this link:
https://codecov.io/gh/AdityaNG/kan-gpt

These coverage reports can also be generated locally using:

make test

Additional context
The goal is to add more test cases for the following folders. You may use the original repo's test cases as references.

This is a great starter issue for anyone interested in sinking their teeth deep into the repo :)

@AdityaNG AdityaNG added enhancement New feature or request good first issue Good for newcomers question Further information is requested labels May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant