Skip to content

Releases: qiniu/goc

v1.3.5

19 Feb 03:34
42f0dfc
Compare
Choose a tag to compare

Feature

  • Now the service under tests would unregister itself from cover center when it exits, this behavior will be good for making your registered service list clear. (Author: @eyotang)
  • output flag of goc profile command can be also a directory and it will be created if not exists. (Author: @Naisisor )

v1.3.3

05 Jan 09:18
bc7cae1
Compare
Choose a tag to compare

Fix

  1. Skip irregular files while goc build/install/run coping the whole project to the temporary directory. #126

v1.3.2

23 Dec 11:51
96a326b
Compare
Choose a tag to compare

Feature

  • Profile API supports --skipfile flag, which will be useful to simulate 'not contains' scenario #145 (Author: @CarlJi )

Fix

  • fix GetAll() potentially return an unprotected map (Author: @gavwu )

v1.3.1

19 Nov 08:20
d337ae3
Compare
Choose a tag to compare

Fix

Avoid panic if the covered service failed to register #129 (Author: @Vieira-zj )

v1.3.0

21 Oct 06:41
650e4cf
Compare
Choose a tag to compare

Feature

  • Support remove the registered service by service&addr #115 (Author: @lyyyuna )

Fix

  • Fix build issues on project which has multiple/multi-layer internal packages #124 (Author: @lyyyuna )

v1.2.4

07 Oct 06:24
06a4e4a
Compare
Choose a tag to compare

Feature

  • Support configuring the persistence file path for goc server #120 (Author: @tongjingran )
  • Support clear coverage by service&addr #112 (Author: @lyyyuna )

Fix

  • Fix windows file path incompatible issue for goc VSCode plugin #114 (Author: @lyyyuna )

v1.2.3

08 Sep 11:20
59661b3
Compare
Choose a tag to compare

Feature

  • support --coverfile flag in goc profile command to only get coverage data of files matching the specific patterns #104 (Author: @CarlJi
  • provide vscode extension for goc to enhance its ecosystem #99 (Author: @lyyyuna )

v1.2.2

06 Aug 12:29
34f3cd4
Compare
Choose a tag to compare

Feature

support goc merge command #91

Fix

fix to use specific port even the temp address file existed #90

v1.2.1

21 Jul 02:23
90cd2eb
Compare
Choose a tag to compare

Fix

  1. make profile flag description more clearer #79

v1.2.0

20 Jul 08:59
30c5495
Compare
Choose a tag to compare

Feature

  1. goc profile supports to get single/several services' profile by name or address list (#66, #67).

Fix

  1. fix wrong goc build output binary name under some conditions (#68 ).