Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MikePopoloski committed May 12, 2024
1 parent dfd9059 commit d982564
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,10 @@ jobs:
- name: Process coverage info
run: cmake --build build/ci-coverage -t coverage
- name: Submit to codecov.io
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
files: build/ci-coverage/coverage.info
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true

bindings:
Expand Down

0 comments on commit d982564

Please sign in to comment.