Skip to content

Commit

Permalink
[#167] Update CI code coverage working directory;
Browse files Browse the repository at this point in the history
  • Loading branch information
jlucas9 committed Jun 30, 2023
1 parent c67e093 commit d16c0fc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
# End Container Setup

- name: Minimal Build Script
working-directory: ${{github.workspace}}
run: bash ${GITHUB_WORKSPACE}/support/scripts/build_minimal.sh

#
Expand All @@ -42,10 +43,11 @@ jobs:
# End Container Setup

- name: Internal Build Script
working-directory: ${{github.workspace}}
run: bash ${GITHUB_WORKSPACE}/support/scripts/build_internal.sh

- name: Code-Coverage
working-directory: ${{github.workspace}}/build
working-directory: ${{github.workspace}}
run: make gcov

- name: Upload
Expand All @@ -70,4 +72,5 @@ jobs:
# End Container Setup

- name: KMC Build Script
working-directory: ${{github.workspace}}
run: bash ${GITHUB_WORKSPACE}/support/scripts/build_kmc.sh

0 comments on commit d16c0fc

Please sign in to comment.