Skip to content

Commit

Permalink
Add coveralls step
Browse files Browse the repository at this point in the history
  • Loading branch information
ddavness committed Mar 17, 2024
1 parent 94e6ff7 commit b041fcb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,10 @@ jobs:
run: cmake --build build --config Debug
- name: Run unit tests
run: build/bin/tvm_spec
- name: Set up coverage
if: env.VCPKG_DEFAULT_TRIPLET == 'x64-linux'
run: cd build && make coverage
- name: Coveralls
if: env.VCPKG_DEFAULT_TRIPLET == 'x64-linux'
uses: coverallsapp/[email protected]

0 comments on commit b041fcb

Please sign in to comment.