We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 445113c commit 4f6f756Copy full SHA for 4f6f756
.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,6 +49,7 @@ jobs:
49
if: matrix.os == 'ubuntu-latest'
50
with:
51
fail_ci_if_error: true
52
+ token: ${{ secrets.CODECOV_TOKEN }}
53
54
- run: echo "DOTNET_DbgEnableMiniDump=1" >> $GITHUB_ENV
55
0 commit comments