We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 445113c commit bd8e9eaCopy full SHA for bd8e9ea
.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
@@ -48,7 +48,8 @@ jobs:
48
- uses: codecov/codecov-action@v5
49
if: matrix.os == 'ubuntu-latest'
50
with:
51
- fail_ci_if_error: true
+ fail_ci_if_error: false
52
+ token: ${{ secrets.CODECOV_TOKEN }}
53
54
- run: echo "DOTNET_DbgEnableMiniDump=1" >> $GITHUB_ENV
55
0 commit comments