Skip to content

Commit

Permalink
trying one lcov by build
Browse files Browse the repository at this point in the history
  • Loading branch information
hariharan-devarajan committed Feb 9, 2021
1 parent b8deb2f commit e121677
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,8 @@ jobs:
run: |
ci/install_hermes.sh
mkdir -p "${GITHUB_WORKSPACE}/coverage"
pushd build/src/CMakeFiles/hermes.dir
pushd build/
lcov -c -d . -o "${GITHUB_WORKSPACE}/coverage/lcov.info"
popd
mkdir -p "${GITHUB_WORKSPACE}/stdio_coverage"
pushd build/adapter/src/hermes/adapter/stdio/CMakeFiles/hermes_stdio.dir
lcov -c -d . -o "${GITHUB_WORKSPACE}/stdio_coverage/lcov.info"
- name: Coveralls
uses: coverallsapp/github-action@master
with:
Expand Down

0 comments on commit e121677

Please sign in to comment.