This is an automated email from the ASF dual-hosted git repository.
roryqi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-uniffle.git
The following commit(s) were added to refs/heads/master by this push:
new eb15611 Enable codecov (#17)
eb15611 is described below
commit eb15611c6330937e8885372785da60d02f6f608d
Author: Kaijie Chen <[email protected]>
AuthorDate: Mon Jul 4 22:13:15 2022 +0800
Enable codecov (#17)
### What changes were proposed in this pull request?
Enable codecov report in CI. The service is also used by [Apache
Spark](https://app.codecov.io/gh/apache/spark).
### Why are the changes needed?
To measure code coverage and improve the tests.
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
The codecov report aggregated when running CI on current master:
https://codecov.io/gh/kaijchen/incubator-uniffle/tree/d3372ff61cdd9701082b72e130b4e2b7bc4fe764
---
.github/workflows/parallel.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.github/workflows/parallel.yml b/.github/workflows/parallel.yml
index ed188ac..c0a8c4e 100644
--- a/.github/workflows/parallel.yml
+++ b/.github/workflows/parallel.yml
@@ -92,3 +92,5 @@ jobs:
name: ${{ inputs.reports-name }}-${{ matrix.profile }}
path: ${{ inputs.reports-path }}
continue-on-error: true
+ - name: Upload coverage to Codecov
+ uses: codecov/codecov-action@v3