Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
ccache -sv

- name: Submit coverage build
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
Comment on lines +95 to 96
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
uses: codecov/codecov-action@v4
with:
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:

and follow the directions at https://docs.codecov.com/docs/adding-the-codecov-token

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And adding fail_ci_if_error: true to the with section isn't a bad idea either

files: ${{ github.workspace }}/sharg-build/sharg_coverage.xml
root_dir: ${{ github.workspace }}/sharg
Loading