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

Code Coverage #28

Open
Nasar165 opened this issue Sep 6, 2023 · 0 comments
Open

Code Coverage #28

Nasar165 opened this issue Sep 6, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers
Milestone

Comments

@Nasar165
Copy link
Contributor

Nasar165 commented Sep 6, 2023

Is your feature request related to a problem? Please describe.
Unit test is an important part of this project allowing us as developers the ability to change, modify
and adjust the code base knowing that it will work after passing the test. This is really good but the
our issue is that there are edge cases that might not that obvious to everyone so It's important that we
as developers can know how much of our code base is being covered by our current unit tests .

Describe the solution you'd like
What this project needs is to implement a unit test coverage allowing us as developers to identify loop
holes and possible bugs that could have been missed due to us not being able to cover every single case.
a good start would be to add -coverprofile argument into the test command.

Describe alternatives you've considered
I have considered Codecov since the project is open source but that will require that an account is created
and maintained. This will also force us to depend on a third party provider that does not disclose their source code.

Additional context
No additional context or information.

@Nasar165 Nasar165 added enhancement New feature or request good first issue Good for newcomers labels Sep 6, 2023
@Nasar165 Nasar165 added this to the API milestone Sep 6, 2023
@Nasar165 Nasar165 self-assigned this Sep 6, 2023
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
Projects
Status: Backlog
Development

No branches or pull requests

1 participant