File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4343
4444 - name : Integration test
4545 run : make it
46+
47+ - uses : codecov/codecov-action@v1
48+ with :
49+ file : ./cover.out
50+ flags : unittests
Original file line number Diff line number Diff line change 1919# ref. https://github.com/xitongsys/parquet-go/issues/256
2020.PHONY : test
2121test :
22- go test -cover ./...
22+ go test -cover -coverprofile=cover.out ./...
2323
2424.PHONY : it
2525it : build
Original file line number Diff line number Diff line change 22
33![ Go] ( https://github.com/reproio/columnify/workflows/Go/badge.svg )
44![ goreleaser] ( https://github.com/reproio/columnify/workflows/goreleaser/badge.svg )
5+ [ ![ codecov] ( https://codecov.io/gh/reproio/columnify/branch/master/graph/badge.svg )] ( https://codecov.io/gh/reproio/columnify )
56
67Make record oriented data to columnar format.
78
You can’t perform that action at this time.
0 commit comments