Skip to content
Success

Changes

Summary

  1. fix(pingcap/tidb): update unit test pipeline to remove coverage upload (commit: 4c7dc0d) (details)
Commit 4c7dc0d3e4df6ffde958366d7a4190ef40499597 by noreply
fix(pingcap/tidb): update unit test pipeline to remove coverage upload step for enterprise extension (#4029)

This pull request removes the post-success step that uploaded code
coverage data to Codecov after running unit tests. This means coverage
data will no longer be automatically uploaded for this pipeline.

Testing and coverage reporting:

* Removed the `post { success { ... } }` block that uploaded coverage
data to Codecov after successful unit tests in `ghpr_unit_test.groovy`.


It will cause parsing failure on codecov to upload coverage data for
private folder on public repo.
(commit: 4c7dc0d)
The file was modifiedpipelines/pingcap/tidb/latest/ghpr_unit_test.groovy (diff)
The file was modifiedpipelines/pingcap/tidb/latest/merged_unit_test.groovy (diff)