Skip to content

Commit f80cef2

Browse files
committed
chore: add codecov token parameter
1 parent cd2fb6b commit f80cef2

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
@@ -49,7 +49,8 @@ jobs:
4949
- uses: codecov/codecov-action@v5
5050
if: matrix.os == 'ubuntu-latest'
5151
with:
52-
fail_ci_if_error: true
52+
fail_ci_if_error: false
53+
token: ${{ secrets.CODECOV_TOKEN }}
5354

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

0 commit comments

Comments
 (0)