We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 373ab48 commit 3a43c0eCopy full SHA for 3a43c0e
.github/workflows/ci.yml
@@ -48,6 +48,7 @@ jobs:
48
export GOPATH=$HOME/go
49
export GOBIN=$GOPATH/bin
50
export PATH=$PATH:$GOPATH:$GOBIN:$HOME/ogc
51
+ go run main.go pullTemplates --all
52
go test -v ./... -race -coverprofile=coverage.out -coverpkg=./... -covermode=atomic
53
- name: Upload coverage to Codecov
54
uses: codecov/codecov-action@v3
0 commit comments