File tree Expand file tree Collapse file tree
.harness/orgs/codecov/projects/codecov/pipelines Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,21 +28,16 @@ pipeline:
2828 identifier : Run_tests_and_collect_coverage
2929 spec :
3030 shell : Sh
31- command : pytest --cov app --junitxml=junit.xml -o junit_family=legacy
32- reports :
33- type : JUnit
34- spec :
35- paths :
36- - junit.xml
31+ command : pytest --cov app --cov-report=lcov:lcov.info
3732 - step :
3833 type : Run
39- name : Upload test results to Codecov
40- identifier : Upload_test_results_to_Codecov
34+ name : Upload coverage to Harness
35+ identifier : Upload_coverage_to_Harness
4136 spec :
4237 shell : Sh
43- command : codecovcli --verbose do- upload --report-type test_results -f junit.xml --fail-on-error
38+ command : hcli cov upload --file=lcov.info
4439 envVariables :
45- CODECOV_TOKEN : <+secrets.getValue("CODECOV_TOKEN")>
40+ CI_ENABLE_HCLI_FOR_TESTS : " true "
4641 - step :
4742 type : Run
4843 name : Upload coverage to Codecov -- arg token
You can’t perform that action at this time.
0 commit comments