Skip to content

Commit 3a31eb3

Browse files
committed
Add codecov token settings
1 parent da1dd4d commit 3a31eb3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353
uses: codecov/codecov-action@v5
5454
with:
5555
files: ${{ steps.build_dir.outputs.DIR }}/coverage.info
56+
token: ${{ secrets.CODECOV_TOKEN }}
5657

5758
- name: Upload coverage report to codacy
5859
if: ${{ matrix.type == 'Debug' && matrix.compiler == 'g++' }}

0 commit comments

Comments
 (0)