File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Change log
2
2
3
+ ## v0.5.0 [ (2018-02-26)] ( https://github.com/codeclimate/test-reporter/releases/tag/v0.5.0 )
4
+
5
+ * [ NEW] Add flag to upload coverage insecurely [ #310 ] [ ]
6
+
7
+ [ #310 ] : https://github.com/codeclimate/test-reporter/pull/310
8
+
3
9
## v0.4.5 [ (2018-02-19)] ( https://github.com/codeclimate/test-reporter/releases/tag/v0.4.5 )
4
10
5
11
* [ FIX] Add partial automated support for Heroku CI builds [ #305 ] [ ]
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ MAN_FILES = $(wildcard man/*.md)
10
10
MAN_PAGES = $(patsubst man/% .md,man/% ,$(MAN_FILES ) )
11
11
12
12
PROJECT = github.com/codeclimate/test-reporter
13
- VERSION ?= 0.4.5
13
+ VERSION ?= 0.5.0
14
14
BUILD_VERSION = $(shell git log -1 --pretty=format:'% H')
15
15
BUILD_TIME = $(shell date +% FT% T% z)
16
16
LDFLAGS = -ldflags "-X $(PROJECT ) /version.Version=${VERSION} -X $(PROJECT ) /version.BuildVersion=${BUILD_VERSION} -X $(PROJECT ) /version.BuildTime=${BUILD_TIME}"
You can’t perform that action at this time.
0 commit comments