Codefresh Steps: Reusable Code for Common Operations
This page provides code you can use to perform common operations in the Codefresh CI/CD platform.
Sends a code scan report to codecov codecov-reporter
Sends a code scan report to codecov
arguments
codecov-report:
title: Codecov report
type: codecov-reporter
arguments:
codecov_integration: codecov
codecov-report:
title: Codecov report
type: codecov-reporter
arguments:
codecov_integration: codecov
working_directory: '/codefresh/volume/${{CF_REPO_NAME}}'
codecov-report:
title: Codecov report
type: codecov-reporter
arguments:
codecov_integration: codecov
working_directory: ./report-directory