Skip to content

Commit

Permalink
Optimize code coverage structure (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
HTHou authored Aug 2, 2024
1 parent 2025ee2 commit 5be2737
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 167 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: code-coverage/target/jacoco-merged-reports/jacoco.xml,cpp/target/build/test/coverage_report/index.html
files: java/tsfile/target/jacoco-merged-reports/jacoco.xml,cpp/target/build/test/coverage_report/index.html
31 changes: 0 additions & 31 deletions code-coverage/copy-code-coverage-sources.sh

This file was deleted.

132 changes: 0 additions & 132 deletions code-coverage/pom.xml

This file was deleted.

3 changes: 0 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -889,9 +889,6 @@
</profile>
<profile>
<id>with-code-coverage</id>
<modules>
<module>code-coverage</module>
</modules>
<build>
<plugins>
<!--
Expand Down

0 comments on commit 5be2737

Please sign in to comment.