Skip to content

Commit

Permalink
[#197] Source bashrc before running gcov
Browse files Browse the repository at this point in the history
  • Loading branch information
Donnie-Ice committed Aug 1, 2024
1 parent 48a19cd commit 483eca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ jobs:

- name: Code-Coverage
working-directory: ${{github.workspace}}
run: make gcov
run: source ~/.bashrc && make gcov

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

0 comments on commit 483eca8

Please sign in to comment.