Sha256: ba5b07c228b41bfd862a245fa9b14f4db4300caa287dfc9a4662bc4ffb0c4507

Contents?: true

Size: 573 Bytes

Versions: 1

Compression:

Stored size: 573 Bytes

Contents

v0.1.2
======

Bugfixes:

* Fixed an issue when simplecov is defined with `require: false` inside the Gemfile

v0.1.1
======

Bugfixes:

* Simplecov is actually spelled SimpleCov, the namespace is changed to minimize confusion. Make sure you change your configuration from:

		Simplecov::Formatter::TeamcitySummaryFormatter.new.format(SimpleCov.result) if ENV['TEAMCITY_VERSION']

  to:

	    SimpleCov::Formatter::TeamcitySummaryFormatter.new.format(SimpleCov.result) if ENV['TEAMCITY_VERSION']

* We're depending on SimpleCov v0.8 or greater.

v0.1
====

Initial release.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
simplecov-teamcity-summary-0.1.2 CHANGELOG.md