Skip to content

Commit 8066a8f

Browse files
committed
Display a deprecation notice on installation
We've been deprecated for a while, I think we should start displaying a message to that effect on intallation to encourage upgrades.
1 parent 20c6d43 commit 8066a8f

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

Diff for: codeclimate-test-reporter.gemspec

+10
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,14 @@ Gem::Specification.new do |spec|
2121
spec.add_development_dependency "rake"
2222
spec.add_development_dependency "rspec"
2323
spec.add_development_dependency "webmock"
24+
25+
spec.post_install_message = %q(
26+
Code Climate's codeclimate-test-reporter gem has been deprecated in favor of
27+
our language-agnostic unified test reporter. The new test reporter is faster,
28+
distributed as a static binary so dependency conflicts never occur, and
29+
supports parallelized CI builds & multi-language CI configurations.
30+
31+
Please visit https://docs.codeclimate.com/v1.0/docs/configuring-test-coverage
32+
for help setting up your CI process with our new test reporter.
33+
)
2434
end

Diff for: lib/code_climate/test_reporter/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module CodeClimate
22
module TestReporter
3-
VERSION = "1.0.8".freeze
3+
VERSION = "1.0.9".freeze
44
end
55
end

0 commit comments

Comments
 (0)