This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch code_coverage_v2
in repository https://gitbox.apache.org/repos/asf/tsfile.git
The following commit(s) were added to refs/heads/code_coverage_v2 by this push:
new 265bb058 Update code-coverage.yml
265bb058 is described below
commit 265bb05805b4b97ed60cbd292867202889759294
Author: Haonan <[email protected]>
AuthorDate: Thu Aug 1 13:25:00 2024 +0800
Update code-coverage.yml
---
.github/workflows/code-coverage.yml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/.github/workflows/code-coverage.yml
b/.github/workflows/code-coverage.yml
index fab690d9..c56b8f6b 100644
--- a/.github/workflows/code-coverage.yml
+++ b/.github/workflows/code-coverage.yml
@@ -34,8 +34,8 @@ jobs:
genhtml cpp/target/build/test/coverage.info --output-directory
cpp/target/build/test/coverage_report
ls cpp/target/build/test
ls cpp/target/build/test/coverage_report
-# - name: Upload coverage reports to codecov
-# uses: codecov/codecov-action@v4
-# with:
-# token: ${{ secrets.CODECOV_TOKEN }}
-# files: ./code-coverage/target/jacoco-merged-reports/jacoco.xml
+ - name: Upload coverage reports to codecov
+ uses: codecov/codecov-action@v4
+ with:
+ token: ${{ secrets.CODECOV_TOKEN }}
+ files: ./cpp/target/build/test/coverage_report/index.html