We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cceb23 commit 7773bb2Copy full SHA for 7773bb2
.github/codecov.yml
@@ -0,0 +1,11 @@
1
+coverage:
2
+ status:
3
+ project:
4
+ default:
5
+ informational: true
6
+ patch:
7
8
9
+comment: false
10
+github_checks:
11
+ annotations: false
.github/workflows/ci.yml
@@ -49,7 +49,8 @@ jobs:
49
- uses: codecov/codecov-action@v5
50
if: matrix.os == 'ubuntu-latest'
51
with:
52
- fail_ci_if_error: true
+ fail_ci_if_error: false
53
+ token: ${{ secrets.CODECOV_TOKEN }}
54
55
- run: echo "DOTNET_DbgEnableMiniDump=1" >> $GITHUB_ENV
56
0 commit comments