droidconKE / droidconKeKotlin

dcke 23
92 stars 83 forks source link

Implement support for codecov to ensure comprehensive code coverage #283

Open Raynafs opened 1 month ago

Raynafs commented 1 month ago

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

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

chepsi commented 4 weeks ago

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

Raynafs commented 4 weeks ago

Yes sure

chepsi commented 1 week ago

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 commented 1 week ago

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