Skip to content

Releases: Azure/gocover

v1.0.7

27 May 04:54
0405dce
Compare
Choose a tag to compare

Changelog

v1.0.6

28 Apr 06:39
ff0a502
Compare
Choose a tag to compare

Changelog

v1.0.5

03 Mar 02:29
c109cf0
Compare
Choose a tag to compare

Changelog

  • c109cf0 Filter changed cover profiles (#85)
  • 6654fa6 Prepare package cache in advance (#84)
  • c422fcf Bump golang.org/x/crypto from 0.0.0-20211215153901-e495a2d5b3d3 to 0.1.0 (#83)
  • bf27806 Bump golang.org/x/net from 0.0.0-20220722155237-a158d28d115b to 0.7.0 (#82)

v1.0.4

20 Dec 06:06
656fe8b
Compare
Choose a tag to compare

Changelog

  • 656fe8b Send data to kusto using file, instead of reader (#77)

v1.0.3

15 Dec 08:10
a6d4374
Compare
Choose a tag to compare

Changelog

  • a6d4374 Record unit test cover information even for file ignore (#76)

v1.0.2

30 Nov 04:30
77f37e6
Compare
Choose a tag to compare

Changelog

v1.0.1

21 Sep 04:59
1559429
Compare
Choose a tag to compare

Changelog

  • 1559429 Improve block ignore annotation findings (#68)
  • 2ce2894 Add customized error to specify particular error (#67)
  • 197357a send diff coverage mode in diff cover (#66)

v1.0.0

10 Sep 07:01
ea2ff44
Compare
Choose a tag to compare

Changelog

  • ea2ff44 inject build information for gocover binary (#65)
  • eea201f fix changed contents have multiple statements (#64)
  • abbda0d collect ignore profiles data to backend kusto db (#62)
  • d401136 Add anchor link to the files in the page (#63)
  • ab0b240 fix change contents range not complete (#60)
  • d8facdd add unit tests for excludes pattern (#59)
  • 70fa40e Set default execute timeout to one hour (#58)
  • 1ac23f7 Support override flags for ginkgo (#57)
  • b2ecb13 add excludes glob support (#55)
  • 034cd8f Support ginkgo mode to run unit test (#53)
  • be7ce1c dump more debug information (#52)
  • d77e5cf add coverpkg flag to go test enable cross package coverage (#49)
  • 444fa89 delete unused files and its dead codes (#51)
  • 6f7b50e modify gocover test to integrate go test and diff coverage (#47)
  • 82856ee Modify gocover diff command to use AST parser (#46)
  • b9167f1 Modify gocover full command to use AST parser (#43)
  • 0feb170 add parser to parse cover profile into statement using AST (#41)