github shellspec/shellspec 0.22.0

latest releases: 0.28.1, latest, 0.28.0...
4 years ago

Added

  • Improve kcov version detection.
  • Colored TAP formatter. (Kylie McClain)
  • Added --show-deprecations and --hide-deprecations options.

Changed

  • New kcov integration.
    • Do not create translated specfile in project directory.
    • Suppress unnecessary coverage measurement to improve testing speed.
    • Added --coverage-report-info to add extra information to coverage report.
  • make install compatible with BSD and macOS.
  • Suppress unnecessary before/after hooks of skipped examples.
  • install.sh: Install to under $HOME/.local by default
  • Use $HOME/.config if not defined XDG_CONFIG_HOME

Deprecated

  • --kcov-common-options is deprecated, merge into --kcov-options.
  • Deprecates the match matcher due to cause many syntax errors. Use match pattern matcher instead.

Fixed

  • Fixed broken test in docker on Linux.
  • Fixed --example option to avoid syntax error.
  • Append to LOGFILE instead of overwriting.

Don't miss a new shellspec release

NewReleases is sending notifications on new releases.