Skip to content

Commit

Permalink
Add coverage for report and instancing
Browse files Browse the repository at this point in the history
  • Loading branch information
zeux committed Oct 7, 2023
1 parent 005ed86 commit 64033e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,9 @@ jobs:
run: |
./gltfpack || true
./gltfpack -h || true
./gltfpack -i demo/pirate.obj -o pirate.glb -vv
./gltfpack -i demo/pirate.obj -o pirate.glb -vv -r /dev/tty
find glTF-Sample-Assets -name *.gltf -or -name *.glb | xargs -d '\n' ./gltfpack -cc -test
./gltfpack -i glTF-Sample-Assets/Models/ABeautifulGame/glTF/ABeautifulGame.gltf -o game.glb -mi -c
- name: upload coverage
run: |
find . -type f -name '*.gcno' -exec gcov -p {} +
Expand Down

0 comments on commit 64033e8

Please sign in to comment.