Skip to content

Commit

Permalink
Merge pull request #120 from ckormanyos/adapt_codecov
Browse files Browse the repository at this point in the history
Adapt CodeCov file location
  • Loading branch information
ckormanyos authored Feb 7, 2024
2 parents 9b179ad + 535a1a2 commit 2f10e0f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/soft_double_codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ jobs:
echo
make gcov -f make_gcov_01_generic.gmk --jobs=8 MY_ALL_COV=0 MY_CC=${{ matrix.compiler }} MY_STD=${{ matrix.standard }}
echo
echo "return to wide-integer root directory"
echo "return to soft_double root directory"
cd ../..
- name: upload-codecov
uses: codecov/codecov-action@v4
with:
files: .gcov/make/coverage.info
env_vars: ubuntu-latest
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 2f10e0f

Please sign in to comment.