Skip to content

Commit

Permalink
pipeline: disable go modules for code coverage tools
Browse files Browse the repository at this point in the history
  • Loading branch information
gdiazlo committed Mar 14, 2019
1 parent a7cf69b commit 2dfc339
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ steps:
displayName: 'Build rocksdb'

- script: |
go get github.com/jstemmer/go-junit-report
go get github.com/axw/gocov/gocov
go get github.com/AlekSi/gocov-xml
go get -u gopkg.in/matm/v1/gocov-html
GO111MODULE=auto go get github.com/jstemmer/go-junit-report
GO111MODULE=auto go get github.com/axw/gocov/gocov
GO111MODULE=auto go get github.com/AlekSi/gocov-xml
GO111MODULE=auto go get gopkg.in/matm/v1/gocov-html
workingDirectory: '$(modulePath)'
displayName: 'Download code coverage tools'

Expand Down

0 comments on commit 2dfc339

Please sign in to comment.