Skip to content

Commit

Permalink
Improve coverage uploading (#983)
Browse files Browse the repository at this point in the history
  • Loading branch information
thom-at-redhat authored Apr 3, 2024
1 parent 97685d2 commit 9fc5593
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/coverage_reporting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,9 @@ jobs:
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

- name: get k8s logs
if: ${{ failure() }}
Expand Down

0 comments on commit 9fc5593

Please sign in to comment.