File tree 2 files changed +11
-1
lines changed
lib/code_climate/test_reporter
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -21,4 +21,14 @@ Gem::Specification.new do |spec|
21
21
spec . add_development_dependency "rake"
22
22
spec . add_development_dependency "rspec"
23
23
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
+ )
24
34
end
Original file line number Diff line number Diff line change 1
1
module CodeClimate
2
2
module TestReporter
3
- VERSION = "1.0.8 " . freeze
3
+ VERSION = "1.0.9 " . freeze
4
4
end
5
5
end
You can’t perform that action at this time.
0 commit comments