codeclimate-test-reporter 1.0.8 → 1.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +5 -3
- data/lib/code_climate/test_reporter/version.rb +1 -1
- metadata +8 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 339e49efb4d752721bb997fd82708687c50201dd
|
4
|
+
data.tar.gz: f5f366810a8051e7a4df03647856a52f310fc3e2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a882efa170bdca648b30bec9d97c6d7f779a57a3bc3a63c5e304f029cf75f04e96536d1c67e207e52d4546832d51a69aa0d4f4f567ea8c386e64d0a016c68eaf
|
7
|
+
data.tar.gz: 1cbfcb79823064a316bbfe9ad69546024682b61d48c1c202e135d40a0df31321a8adb03c44cc1eea0b1f74863e9e11c2f3f1c4535667518f745bf0e38b672044
|
data/README.md
CHANGED
@@ -1,4 +1,6 @@
|
|
1
|
-
# codeclimate-test-reporter
|
1
|
+
# codeclimate-test-reporter - [DEPRECATED]
|
2
|
+
|
3
|
+
These configuration instructions refer to a language-specific test reporter who is now deprecated in favor of our new unified test reporter client. The [new test reporter](https://docs.codeclimate.com/v1.0/docs/configuring-test-coverage) is faster, distributed as a static binary, has support for parallelized CI builds, and will receive ongoing support by the team here. The existing test reporters for Ruby, Python, PHP, and Javascript are now deprecated.
|
2
4
|
|
3
5
|
[](https://codeclimate.com/github/codeclimate/ruby-test-reporter)
|
4
6
|
|
@@ -18,8 +20,8 @@ Please contact hello@codeclimate.com if you need any assistance setting this up.
|
|
18
20
|
|
19
21
|
## Usage
|
20
22
|
|
21
|
-
```
|
22
|
-
|
23
|
+
```console
|
24
|
+
bundle exec rspec && CODECLIMATE_REPO_TOKEN=my_token bundle exec codeclimate-test-reporter
|
23
25
|
```
|
24
26
|
|
25
27
|
**Optional**: configure `CODECLIMATE_API_HOST` to point to a self-hosted version of Code Climate.
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: codeclimate-test-reporter
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Bryan Helmkamp
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2018-10-08 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: simplecov
|
@@ -129,7 +129,12 @@ homepage: https://github.com/codeclimate/ruby-test-reporter
|
|
129
129
|
licenses:
|
130
130
|
- MIT
|
131
131
|
metadata: {}
|
132
|
-
post_install_message:
|
132
|
+
post_install_message: "\n Code Climate's codeclimate-test-reporter gem has been deprecated
|
133
|
+
in favor of\n our language-agnostic unified test reporter. The new test reporter
|
134
|
+
is faster,\n distributed as a static binary so dependency conflicts never occur,
|
135
|
+
and\n supports parallelized CI builds & multi-language CI configurations.\n\n Please
|
136
|
+
visit https://docs.codeclimate.com/v1.0/docs/configuring-test-coverage\n for help
|
137
|
+
setting up your CI process with our new test reporter.\n "
|
133
138
|
rdoc_options: []
|
134
139
|
require_paths:
|
135
140
|
- lib
|