We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e662bf commit e0ab42fCopy full SHA for e0ab42f
CHANGELOG.md
@@ -6,12 +6,16 @@
6
7
### Bug fixes
8
9
+### Changes
10
+
11
+### v1.0.5 (2016-01-19)
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
([@antoniobg](https://github.com/codeclimate/ruby-test-reporter/pull/168))
18
-### Changes
-
19
### v1.0.4 (2016-12-29)
20
21
### New features
lib/code_climate/test_reporter/version.rb
@@ -1,5 +1,5 @@
1
module CodeClimate
2
module TestReporter
3
- VERSION = "1.0.4".freeze
+ VERSION = "1.0.5".freeze
4
end
5
0 commit comments