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

Implement support for codecov to ensure comprehensive code coverage #283

Open
Raynafs opened this issue Mar 31, 2024 · 4 comments
Open

Implement support for codecov to ensure comprehensive code coverage #283

Raynafs opened this issue Mar 31, 2024 · 4 comments
Assignees

Comments

@Raynafs
Copy link
Contributor

Raynafs commented Mar 31, 2024

What is Codecov

Code coverage is a simple metric to measure the effectiveness of your tests; increasing it helps you spot problems.
Codecov integrates with popular CI/CD tools like Jenkins and GitHub Actions, making it easy to add code coverage analysis to your development workflow.

Benefits of Codecov

  • Enhances Code Quality.
  • Identifies Uncovered Code.
  • Facilitates Refactoring.
  • Improves Code Reliability.
  • Aids in Risk Management.
  • Streamlines Debugging.
  • Promotes TDD.
  • Enhances Developer Confidence.

Implementing codecov will enable developers to write more tests hence increase code quality

@chepsi
Copy link
Contributor

chepsi commented Apr 16, 2024

Hi, @Raynafs this sounds like a good addition to the codebase. would you like to work on it?

@Raynafs
Copy link
Contributor Author

Raynafs commented Apr 16, 2024

Yes sure

@chepsi
Copy link
Contributor

chepsi commented May 6, 2024

Hey @Raynafs I have added the Code coverage key as an action secret with the secret key as CODECOV_TOKEN. Let me know if you need further help.

@Raynafs
Copy link
Contributor Author

Raynafs commented May 6, 2024

Awesome. I'll start working on it and give feedback

@Raynafs Raynafs mentioned this issue May 15, 2024
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants