Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

Commit

Permalink
🐛 manually run gcov
Browse files Browse the repository at this point in the history
  • Loading branch information
burgholzer committed Jan 6, 2022
1 parent 81230ac commit f444aab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ jobs:
- name: Test
working-directory: ${{github.workspace}}/build/test
run: ./DDPackage_test
- name: Run gcov
run: |
find . -type f -name '*.gcno' -exec gcov -pb {} +
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2.1.0
with:
Expand Down

0 comments on commit f444aab

Please sign in to comment.