Skip to content

Commit

Permalink
Skip gcov step for now
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Jun 29, 2024
1 parent e276a31 commit d2d63e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ jobs:
ctest -j 2 --output-on-failure -L ${{ matrix.tests }}
- name: Combine coverage
run: |
${GCC/gcc/gcov} $(find . -name "*.gcno")
cd build/coverage
coverage combine && coverage xml && mv coverage.xml ../..
- uses: codecov/codecov-action@v4
Expand Down

0 comments on commit d2d63e4

Please sign in to comment.