We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 853af99 commit 3825a8cCopy full SHA for 3825a8c
.github/workflows/coverage.yml
@@ -79,6 +79,8 @@ jobs:
79
if: ${{ steps.checksecret.outputs.result == 'true' }}
80
uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
81
with:
82
+ token: ${{ secrets.CODECOV_TOKEN }}
83
+ slug: projectcapsule/capsule-proxy
84
files: ./coverage.out
85
fail_ci_if_error: true
86
verbose: true
0 commit comments