Conditionally disable codecov. By default is not active

pull/1748/head
David Núñez 2020-02-25 21:59:16 -08:00
parent 3a35b0568c
commit 9a42c3a314
1 changed files with 18 additions and 11 deletions

View File

@ -336,6 +336,13 @@ commands:
capture_test_results: capture_test_results:
description: "Store and Upload test results; Follow-up step for tests" description: "Store and Upload test results; Follow-up step for tests"
parameters:
enable_codecov:
type: boolean
default: false
steps:
- when:
condition: <<parameters.enable_codecov>>
steps: steps:
- codecov - codecov
- store_test_results: - store_test_results: