Skip to content

Commit

Permalink
Add verbose logging to coveralls GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
ednolan committed Dec 6, 2024
1 parent be47b7e commit cbd027b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,14 @@ jobs:
run: |
lcov --directory ./build --capture --output-file ./build/coverage_all.info
lcov --remove ./build/coverage_all.info -o ./build/coverage.info '/usr/include/*' "$PWD/tests/beman/utf_view/*" "$PWD/build/_deps/*"
echo "base_path=$PWD" >> "$GITHUB_ENV"
- name: Coveralls
uses: coverallsapp/github-action@master
with:
path-to-lcov: ${{runner.workspace}}/utf_view/build/coverage.info
github-token: ${{ secrets.GITHUB_TOKEN }}
base-path: ${{ env.base_path }}
debug: true
clang-linux:
runs-on: ubuntu-latest
container:
Expand Down

0 comments on commit cbd027b

Please sign in to comment.