Skip to content

Commit 232ab54

Browse files
Merge #422
422: Use the `CODECOV_TOKEN` when submitting to Codecov r=DilumAluthge a=DilumAluthge Co-authored-by: Dilum Aluthge <[email protected]>
2 parents 1fa4695 + af565b2 commit 232ab54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci_integration.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,4 @@ jobs:
6060
- uses: codecov/codecov-action@v1
6161
with:
6262
file: lcov.info
63+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)