zadjadr / prometheus-cve-exporter

Prometheus CVE Exporter is a Golang application that scans your system for all installed packages and compares them with the recent NVD JSON feed. It exports metrics that provide insights into the security status of your packages.
MIT License
5 stars 0 forks source link

Add coverage checks #1

Closed zadjadr closed 4 months ago

zadjadr commented 4 months ago

Issue Description:

We need to enhance our Go project by implementing code coverage checks to ensure that our tests are effectively covering our codebase. This will help us identify untested parts of our code and improve overall code quality.

Tasks:

Additional Notes:

zadjadr commented 4 months ago

Adding a threshold later on when the project becomes more stable.