Skip to content

Commit 684ce6a

Browse files
author
Thomas Kovatchitch
committed
codecov
1 parent 5499729 commit 684ce6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

codefresh.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ steps:
1111
# Install pre-requisites and execute tests
1212
- cd /go/src/github.com/${{CF_REPO_OWNER}}/${{CF_REPO_NAME}}/api && go get
1313
- 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
14+
- curl -s https://codecov.io/bash > codecov
15+
- bash codecov -t ${{CODECOV_TOKEN}}
1616

1717
build:
1818
type: build

0 commit comments

Comments
 (0)