Skip to content

Commit 4909522

Browse files
update codecov integration (#233)
* update codecov integration
1 parent 05f0bb3 commit 4909522

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

venona/build/ci.yaml

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -98,18 +98,13 @@ steps:
9898
commands:
9999
- cd venona && make gocyclo
100100

101-
upload-codecov:
102-
<<: *common
101+
102+
codecov-report:
103+
type: codecov-reporter
103104
title: Upload Code Coverage
104105
stage: Build Artifacts
105-
commands:
106-
- cd venona && make upload-coverage
107-
environment:
108-
- VCS_COMMIT_ID=${{CF_COMMIT}}
109-
- VCS_BRANCH_NAME=${{CF_BRANCH}}
110-
- VCS_SLUG=codefresh-io/venona
111-
- CI_BUILD_URL=${{CF_BUILD_URL}}
112-
- CI_BUILD_ID=${{CF_BUILD_ID}}
106+
arguments:
107+
codecov_integration: venona
113108
when:
114109
steps:
115110
- name: test
@@ -342,4 +337,4 @@ steps:
342337
steps:
343338
- name: push_dev_image
344339
on:
345-
- success
340+
- success

0 commit comments

Comments
 (0)