Support for more SimpleCov formats
February 25, 2025 We have added support for additional SimpleCov formats to make it easier to get your code coverage data from SimpleCov ingested into Qlty Cloud. We now support the simplecov-json and simplecov-merged formats.Negated exclusion patterns
February 21, 2025 The Qlty CLI now supports negated exclusion patterns. Exclusion patterns are processed in order, matching the way that Git processes them. This means that if you have a negated pattern that matches a file, it will override any previous exclusion patterns that match the same file. You can use negated exclusion patterns in yourqlty.toml file by prefixing the pattern with an exclamation mark (!).