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 9b277d5 commit 2cceb7b
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 ./build/draco/ --exclude ./build/*.cc --exclude ./output/ --gcov-options '\-lp'
coveralls --repo-token ${{ secrets.COVERALLS_REPO_TOKEN }} -e ./source/runtest/ -e ./tools/ --exclude ./external/ -e ./build/CMakeFiles/ -e ./build/draco/ -e ./build/draco_compression_attributes_pred_schemes_dec.cc -e ./build/draco_compression_mesh_traverser.cc -e ./build/draco_dec_config.cc -e ./build/draco_enc_config.cc -e ./output/ --gcov-options '\-lp'

0 comments on commit 2cceb7b

Please sign in to comment.