Skip to content

Commit

Permalink
Update github-action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bjjwwang authored Aug 14, 2024
1 parent 893c02d commit 0486e27
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/github-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@ jobs:
- name: upload-coverage
if: runner.os == 'Linux'
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
with:
files: coverage.info
files: ${{github.workspace}}/Release-build/coverage.info
verbose: true
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 0486e27

Please sign in to comment.