Skip to content

Commit bd8e9ea

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

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ jobs:
4848
- uses: codecov/codecov-action@v5
4949
if: matrix.os == 'ubuntu-latest'
5050
with:
51-
fail_ci_if_error: true
51+
fail_ci_if_error: false
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)