Emilio Ojeda

Results 2 issues of Emilio Ojeda

When generating the **Coverage Report** the discarded files are ignored. As result, the final Code Coverage (%) is like no ignoring files. ``` +-----------+----------+ | xcov Coverage Report | +-----------+----------+...

I've set `commitlint` locally, and I've been trying to use it from Komondor. ```swift let config = PackageConfiguration([ "komondor": [ "commit-msg": "npx --no -- commitlint --edit", ], ]).write() #endif ```...