File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
lib/code_climate/test_reporter Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 8
8
9
9
### Changes
10
10
11
- ### v1.0.5 (2016-01-19)
11
+ ### v1.0.6 (2017-02-22)
12
+
13
+ ### Bug fixes
14
+
15
+ * Allow Codeship users to send a test coverage report without mounting their
16
+ ` .git ` directory within the docker container where they run their tests
17
+ _ without_ manually exposing an environment variable. Instead, use an
18
+ environment variable already exposed by the CI environment.
19
+ ([ @c-knowles ] ( https://github.com/codeclimate/ruby-test-reporter/pull/172 ) )
20
+
21
+ ### v1.0.5 (2017-01-19)
12
22
13
23
### Bug fixes
14
24
Original file line number Diff line number Diff line change 1
1
module CodeClimate
2
2
module TestReporter
3
- VERSION = "1.0.5 " . freeze
3
+ VERSION = "1.0.6 " . freeze
4
4
end
5
5
end
You can’t perform that action at this time.
0 commit comments