File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 go-bindata -pkg bindata -o bindata/bindata.go etc/*
3030 GO111MODULE=on go get ./...
3131 GO111MODULE=on go build -ldflags "-X main.version=$(git describe --tags)" -o dbanon main.go
32- GO111MODULE=on go test -v ./...
32+ GO111MODULE=on go test -coverprofile=coverage.out -covermode=atomic -race -v ./...
33+
34+ - name : Upload coverage to Codecov
35+ uses : codecov/codecov-action@v3
Original file line number Diff line number Diff line change 77 go get -u github.com/shuLhan/go-bindata/...
88 $$ GOPATH/bin/go-bindata -pkg bindata -o bindata/bindata.go etc/*
99 GO111MODULE=on go get ./...
10- GO111MODULE=on go test -coverprofile=coverage.txt -covermode=atomic $$ GOPATH/src/github.com/mpchadwick/dbanon/src
10+ GO111MODULE=on go test -coverprofile=coverage.txt -covermode=atomic -race $$ GOPATH/src/github.com/mpchadwick/dbanon/src
1111 GO111MODULE=on go build -ldflags " $( LDFLAGS) " -o dbanon main.go
1212 GO111MODULE=on go test $$ GOPATH/src/github.com/mpchadwick/dbanon/integration
1313 rm -rf bindata
Original file line number Diff line number Diff line change 11# dbanon
22
3- [ ![ Build Status] ( https://travis-ci.org /mpchadwick/dbanon. svg?branch=master )] ( https://travis-ci.org/mpchadwick/dbanon ) [ ![ codecov] ( https://codecov.io/gh/mpchadwick/dbanon/branch/master/graph/badge.svg )] ( https://codecov.io/gh/mpchadwick/dbanon )
3+ [ ![ Build Status] ( https://github.com /mpchadwick/dbanon/actions/workflows/ci.yml/badge. svg )] ( https://travis-ci.org/mpchadwick/dbanon ) [ ![ codecov] ( https://codecov.io/gh/mpchadwick/dbanon/branch/master/graph/badge.svg )] ( https://codecov.io/gh/mpchadwick/dbanon )
44
55A run-anywhere, dependency-less database anonymizer.
66
You can’t perform that action at this time.
0 commit comments