Skip to content

Commit

Permalink
Update coverage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexchicn committed Oct 14, 2020
1 parent c02af73 commit 0766efa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ jobs:
gcov source/runtest/CMakeFiles/runtest.dir/runtest.cpp.gcda
gcovr --root=../source/ .
cd ../
coveralls --repo-token ${{ secrets.COVERALLS_REPO_TOKEN }} --exclude ./source/runtest/ --exclude ./tools/ --exclude ./external/ --exclude ./build/CMakeFiles/ --exclude ./output/include/ --gcov-options '\-lp'
coveralls --repo-token ${{ secrets.COVERALLS_REPO_TOKEN }} --exclude ./source/runtest/ --exclude ./tools/ --exclude ./external/ --exclude ./build/ --exclude ./output/ --gcov-options '\-lp'

0 comments on commit 0766efa

Please sign in to comment.