Releases: SlatherOrg/slather
Releases · SlatherOrg/slather
Slather 2.4.4
-
Added llvm-cov output format
sgtsquiggs #354
Slather 2.4.3
Slather 2.4.2
-
Restored support for Xcode 7
ButkiewiczP
#304
Slather 2.4.1
Slather 2.4.0
-
Automatically ignore headers in Xcode platform SDKs.
ksuther
#286 -
Automatically handle schemes with multiple build or test targets
serges147
#275 -
Added TeamCity as a CI service option
joshrlesch
#279 -
Handle UTF-8 characters correctly in HTML reports
0xced
#259 -
Fix hanging
xcodebuild
invocation when getting derived data path.
arthurtoper
#238, #197, #212, #234
Slather 2.3.0
Slather 2.2.1
- Make
project.coverage_files
public - Add docs attribute reader to
project.rb
bootstraponline
#209 - Add
--decimals
flag
bootstraponline
#207 - Add
slather version
command
bootstraponline
#208
Slather 2.2.0
- Fix nil crash in
project.rb
derived_data_path
bootstraponline
#203 - Fix for correct line number for lines that are hit thousands or millions of time in llvm-cov.
Mihai Parv
#202, #196 - Generate coverate for multiple binaries by passing multiple
--binary-basename
or--binary-file
arguments, or by using an array in.slather.yml
Kent Sutherland
#188 - Support for specifying source file patterns using the
--source-files
option or the source_files key in.slather.yml
Matej Bukovinski
#201 - Improve getting schemes. Looks for user scheme in case no shared scheme is found.
Matyas Hlavacek
#182 - Search Xcode workspaces for schemes. Workspaces are checked if no matching scheme is found in the project.
Kent Sutherland
#193, #191 - Fix for hit counts in thousands or millions being output as floats intead of integers
Carl Hill-Popper
#190
Slather 2.1.0
- Support for Xcode workspaces. Define
workspace
configuration in.slather.yml
or use the--workspace
argument if you build in a workspace. - Improved slather error messages
Kent Sutherland
#178 - Re-add Teamcity support
Boris Bügling
#180 - Show lines that are hit thousands or millions of time in llvm-cov
Kent Sutherland
#179 - Fix for setting scheme/workspace from configuration file.
Boris Bügling
#183
Slather 2.0.2
- Escape the link to file names properly
Thomas Mellenthin
#158 - Product info is now read from schemes. Specify a scheme in
.slather.yml
or with the--scheme
argument to ensure consistent results. Automatically detect the derived data directory fromxcodebuild
Kent Sutherland
#174 - Xcode 7.3 compatibility (updated path returned by
profdata_coverage_dir
)
Kent Sutherland
#125, #169 - Improve matching of xctest bundles when using
--binary-basename
Kent Sutherland
#167 - Build Statistic Reporting for TeamCity
Michael Myers
#150 - Use named classes for subcommands in bin/slather
bootstraponline
#170