Skip to content

Commit

Permalink
try to fix codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
pikasTech committed Jun 18, 2023
1 parent 65d1920 commit e55832c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lcov.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
lcov --capture --directory port/linux/build/package/pikascript/CMakeFiles/pikascript-core.dir/pikascript-lib --directory port/linux/build/package/pikascript/CMakeFiles/pikascript-core.dir/pikascript-core --output-file testHtml.info --test-name testHtml
genhtml -o result testHtml.info

# replace port/linux/package/pikascript/pikascript-core/ to src/ for testHtml.info
sed -i 's/port\/linux\/package\/pikascript\/pikascript-core/src/g' testHtml.info

0 comments on commit e55832c

Please sign in to comment.