Skip to content

Commit 4f6f756

Browse files
committed
chore: add codecov token parameter
1 parent 445113c commit 4f6f756

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.github/codecov.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
coverage:
2+
status:
3+
project:
4+
default:
5+
informational: true
6+
patch:
7+
default:
8+
informational: true
9+
comment: false
10+
github_checks:
11+
annotations: false

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
if: matrix.os == 'ubuntu-latest'
5050
with:
5151
fail_ci_if_error: true
52+
token: ${{ secrets.CODECOV_TOKEN }}
5253

5354
- run: echo "DOTNET_DbgEnableMiniDump=1" >> $GITHUB_ENV
5455
if: matrix.os == 'ubuntu-latest'

0 commit comments

Comments
 (0)