Skip to content

Commit

Permalink
Turn off gcov output from codecov.
Browse files Browse the repository at this point in the history
  • Loading branch information
nmoinvaz committed Dec 28, 2020
1 parent 052ceb1 commit fa05678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ jobs:
if: matrix.codecov && env.CODECOV_TOKEN != ''
run: |
cd ${{ matrix.build-dir || '.' }}
python -m codecov -F "${{ matrix.codecov }}" --name "${{ matrix.name }}" --gcov-exec="${{ matrix.gcov-exec || 'gcov' }}"
python -m codecov -F "${{ matrix.codecov }}" --name "${{ matrix.name }}" --no-gcov-out --gcov-exec="${{ matrix.gcov-exec || 'gcov' }}"
env:
# Codecov integration does not yet support GitHub Actions
CODECOV_TOKEN: "${{secrets.CODECOV_TOKEN}}"
Expand Down

0 comments on commit fa05678

Please sign in to comment.