Skip to content

Commit

Permalink
Merge pull request #54 from eseiler/infra/update_codecov
Browse files Browse the repository at this point in the history
[INFRA] Update Codecov action
  • Loading branch information
eseiler authored Oct 14, 2021
2 parents e295ef0 + 7732d58 commit ba8c76a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:
- name: Submit coverage report
if: matrix.build == 'coverage'
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v2
with:
files: ${{ github.workspace }}/build/coverage_report
root_dir: ${{ github.workspace }}/${{ env.REPOSITORY_NAME }}

0 comments on commit ba8c76a

Please sign in to comment.