Skip to content

Commit

Permalink
try coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
Kimmy Mu committed Feb 9, 2021
1 parent 1e39d63 commit e6826ce
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 @@ -60,7 +60,7 @@ 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"
- name: Coveralls
Expand Down

0 comments on commit e6826ce

Please sign in to comment.