Skip to content

Commit

Permalink
Update ccpp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sekiguchi-nagisa committed Dec 11, 2020
1 parent 7fa5471 commit e1a93b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,10 +200,11 @@ jobs:
cd build
ctest --output-on-failure
- name: report
env:
COVERALLS_REPO_TOKEN: ${{secrets.COVERALLS_REPO_TOKEN}}
run: |
cd build
/home/runner/.local/bin/coveralls -r ../ -b . --gcov-options '\-lp' \
-t '${{ secrets.GITHUB_TOKEN }}' \
--exclude test --exclude fuzzing --exclude include \
--exclude-pattern '.*-src' \
--exclude-pattern '.*-build' \
Expand Down

0 comments on commit e1a93b2

Please sign in to comment.