Skip to content

Commit

Permalink
Update cmake.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dstrebkov committed Jun 21, 2023
1 parent 8ddeb0e commit 91a076c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
directory: ${{github.workspace}}/build-test
files: ${{github.workspace}}/build-test/coverage/coverage.xml
verbose: true

0 comments on commit 91a076c

Please sign in to comment.