Skip to content

Commit

Permalink
Fix path to .gcno files
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherHogan committed Dec 16, 2020
1 parent 7c46801 commit 3e90724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
run: |
ci/install_hermes.sh
mkdir -p coverage
pushd build/CMakeFiles/src/hermes.dir
pushd build/src/CMakeFiles/hermes.dir
gcov -r buffer_pool.cc.gcno
lcov -c -d . -o "${{ env.GITHUB_WORKSPACE }}/coverage/lcov.info"
Expand Down

0 comments on commit 3e90724

Please sign in to comment.