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 2413edc commit c02af73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: 'build and make'
run: |
mkdir build && cd build
cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Debug -DLIBGLTF_CHARACTOR_ENCODING=UTF8 -DLIBGLTF_BUILD_GCOV=TRUE ../
cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Debug -DLIBGLTF_CHARACTOR_ENCODING=UTF8 -DLIBGLTF_BUILD_GCOV=TRUE -DLIBGLTF_USE_GOOGLE_DRACO=TRUE -DLIBGLTF_USE_GOOGLE_DRACO_SUBMODULE=TRUE ../
make
cd ../
- name: 'run valgrind and gcovr'
Expand All @@ -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 ./external/ --exclude ./tools/ --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/CMakeFiles/ --exclude ./output/include/ --gcov-options '\-lp'

0 comments on commit c02af73

Please sign in to comment.