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 c90816cc try
c90816cc is described below

commit c90816cce3520efaa158a76a768ff2cf89c4da75
Author: HTHou <[email protected]>
AuthorDate: Thu Aug 1 12:30:10 2024 +0800

    try
---
 .github/workflows/code-coverage.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/code-coverage.yml 
b/.github/workflows/code-coverage.yml
index 9244cf91..34914f89 100644
--- a/.github/workflows/code-coverage.yml
+++ b/.github/workflows/code-coverage.yml
@@ -29,7 +29,7 @@ jobs:
         run: |
           sudo apt-get install lcov
           ./mvnw -B -P with-cpp,with-code-coverage clean verify
-          ll cpp/target/build/test
+          ls cpp/target/build/test
 #      - name: Upload coverage reports to codecov
 #        uses: codecov/codecov-action@v4
 #        with:

Reply via email to