trebol-ecommerce / trebol-backend-monolith

Monolithic eCommerce backend web application that exposes a RESTful API.
MIT License
16 stars 21 forks source link

Appropiate coverage #234

Closed bglamadrid closed 1 year ago

bglamadrid commented 1 year ago

PR Checklist

PR Type

Summary

Exclude all model (POJO) classes from code coverage analysis. I found no reason to create tests for these, since these benefit the most from lombok's code generation features than any other classes. To cover them, we'd have to write very repetitive, counter-intuitive, unmaintainable testing code.

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 5 Code Smells

76.8% 76.8% Coverage
0.0% 0.0% Duplication