chore: add make option to create test coverage reports (#741)

This commit is contained in:
Ruben Hönle 2025-03-26 15:38:44 +01:00 committed by GitHub
parent a2c25bede2
commit e115a0e159
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 11 additions and 0 deletions

4
.gitignore vendored
View file

@ -34,3 +34,7 @@ go.work.sum
# Unit test files
stackit/internal/services/iaas/test-512k.img
# Test coverage reports
coverage.out
coverage.html