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 5499729 commit 684ce6aCopy full SHA for 684ce6a
codefresh.yml
@@ -11,8 +11,8 @@ steps:
11
# Install pre-requisites and execute tests
12
- cd /go/src/github.com/${{CF_REPO_OWNER}}/${{CF_REPO_NAME}}/api && go get
13
- cd /go/src/github.com/${{CF_REPO_OWNER}}/${{CF_REPO_NAME}}/api && go test -v -coverprofile=coverage.txt -covermode=atomic
14
- - find . -ls
15
- - curl -s https://codecov.io/bash | bash
+ - curl -s https://codecov.io/bash > codecov
+ - bash codecov -t ${{CODECOV_TOKEN}}
16
17
build:
18
type: build
0 commit comments