Skip to content

Releases: SlatherOrg/slather

Slather 2.4.4

03 Dec 15:13
Compare
Choose a tag to compare

Slather 2.4.3

19 Sep 21:03
Compare
Choose a tag to compare

Slather 2.4.2

16 May 15:04
Compare
Choose a tag to compare

Slather 2.4.1

08 Apr 01:56
Compare
Choose a tag to compare
  • Add --configuration option
    thasegaw
    #294

  • Fix misdetection of Xcode version if Spotlight hasn't indexed Xcode yet
    ksuther
    #298

  • Better verbose message when no binaries are found
    ksuther
    #300

Slather 2.4.0

30 Mar 17:53
Compare
Choose a tag to compare

Slather 2.3.0

09 Jul 19:34
Compare
Choose a tag to compare
  • Fixes broken fallback value of input_format inside configure_input_format
    sbhklr
    #233, #232
  • Add --travispro flag
    sbhklr
    #223, #219
  • Fixes silent failure in case of unsuccessful upload to Coveralls
    sbhklr
    #222, #217

Slather 2.2.1

01 Jun 20:38
Compare
Choose a tag to compare

Slather 2.2.0

08 May 21:58
Compare
Choose a tag to compare
  • 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

06 Apr 13:46
Compare
Choose a tag to compare
  • 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

30 Mar 15:49
Compare
Choose a tag to compare
  • 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 from xcodebuild
    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