Skip to content

Commit 3c91268

Browse files
authored
Add codecov token reference (#2118)
1 parent f3c5f6b commit 3c91268

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

.github/actions/coverage/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ runs:
2929
with:
3030
name: ${{ inputs.coverage != '' }}
3131
files: ./${{ inputs.directory }}/coverage/lcov.info
32+
token: ${{ secrets.CODECOV_TOKEN }}
3233

3334
- uses: VeryGoodOpenSource/very_good_coverage@c953fca3e24a915e111cc6f55f03f756dcb3964c # [email protected]
3435
if: ${{ inputs.coverage != '' }}

.github/workflows/drift.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ jobs:
102102
name: sentry_drift
103103
file: ./drift/coverage/lcov.info
104104
functionalities: "search" # remove after https://github.com/codecov/codecov-action/issues/600
105+
token: ${{ secrets.CODECOV_TOKEN }}
105106

106107
- uses: VeryGoodOpenSource/very_good_coverage@c953fca3e24a915e111cc6f55f03f756dcb3964c # [email protected]
107108
if: runner.os == 'Linux' && matrix.sdk == 'stable' && matrix.target == 'linux'

.github/workflows/isar.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ jobs:
102102
name: sentry_isar
103103
file: ./isar/coverage/lcov.info
104104
functionalities: "search" # remove after https://github.com/codecov/codecov-action/issues/600
105+
token: ${{ secrets.CODECOV_TOKEN }}
105106

106107
- uses: VeryGoodOpenSource/very_good_coverage@c953fca3e24a915e111cc6f55f03f756dcb3964c # [email protected]
107108
if: runner.os == 'Linux' && matrix.sdk == 'stable' && matrix.target == 'linux'

.github/workflows/sqflite.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ jobs:
102102
name: sentry_sqflite
103103
file: ./sqflite/coverage/lcov.info
104104
functionalities: "search" # remove after https://github.com/codecov/codecov-action/issues/600
105+
token: ${{ secrets.CODECOV_TOKEN }}
105106

106107
- uses: VeryGoodOpenSource/very_good_coverage@c953fca3e24a915e111cc6f55f03f756dcb3964c # [email protected]
107108
if: runner.os == 'Linux' && matrix.sdk == 'stable' && matrix.target == 'linux'

0 commit comments

Comments
 (0)