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 05f0bb3 commit 4909522Copy full SHA for 4909522
venona/build/ci.yaml
@@ -98,18 +98,13 @@ steps:
98
commands:
99
- cd venona && make gocyclo
100
101
- upload-codecov:
102
- <<: *common
+
+ codecov-report:
103
+ type: codecov-reporter
104
title: Upload Code Coverage
105
stage: Build Artifacts
- 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}}
+ arguments:
+ codecov_integration: venona
113
when:
114
steps:
115
- name: test
@@ -342,4 +337,4 @@ steps:
342
337
343
338
- name: push_dev_image
344
339
on:
345
- - success
340
+ - success
0 commit comments