Skip to content

Commit

Permalink
[#382] Update gcov commands. - Flags
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbrown2 committed Jan 8, 2025
1 parent 7545da6 commit a291c04
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,13 @@ jobs:

- name: Internal Build Script
working-directory: ${{github.workspace}}
run: bash ${GITHUB_WORKSPACE}/support/scripts/build_internal.sh
run: |
export CFLAGS="-fprofile-arcs -ftest-coverage -fcondition-coverage -g"
bash ${GITHUB_WORKSPACE}/support/scripts/build_internal.sh
- name: Code-Coverage
working-directory: ${{github.workspace}}
run: make gcov
# - name: Code-Coverage
# working-directory: ${{github.workspace}}
# run: make gcov

- name: Upload
uses: codecov/codecov-action@v4
Expand Down

0 comments on commit a291c04

Please sign in to comment.