Skip to content

Commit

Permalink
More gcov adaptions
Browse files Browse the repository at this point in the history
  • Loading branch information
ckormanyos committed Feb 7, 2024
1 parent 0732937 commit 535a1a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/soft_double_codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ jobs:
- name: upload-codecov
uses: codecov/codecov-action@v4
with:
file: .gcov/make/coverage.info
plugin: gcov
file: ${{ runner.workspace }}/soft_double/.gcov/make/coverage.info
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
verbose: true

0 comments on commit 535a1a2

Please sign in to comment.