Skip to content

Commit

Permalink
Attempt to fix codecov uploader misbehavior
Browse files Browse the repository at this point in the history
  • Loading branch information
MikePopoloski committed Jan 21, 2025
1 parent 9ff77a5 commit 59ec287
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 @@ -83,8 +83,9 @@ jobs:
- name: Process coverage info
run: cmake --build build/ci-coverage -t coverage
- name: Submit to codecov.io
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
files: build/ci-coverage/coverage.info
plugins: noop
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true

0 comments on commit 59ec287

Please sign in to comment.