Skip to content

Commit

Permalink
Update tests_and_coverage.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Stephane Rigaud <[email protected]>
  • Loading branch information
StRigaud authored Oct 6, 2023
1 parent ac6a1fe commit 89aa7ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests_and_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
shell: bash
run: |
cd ${{ runner.workspace }}/build
gcovr --root .. --output coverage.xml
gcovr --root .. --exclude 'tests' --output coverage.xml
- name: Upload coverage report
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit 89aa7ec

Please sign in to comment.