File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -43,12 +43,13 @@ jobs:
4343 - run : percy exec -- dotnet test -c Release -f net8.0 --filter Stage=Percy --no-build --collect:"XPlat Code Coverage"
4444 if : matrix.os == 'ubuntu-latest'
4545 env :
46+ fail_ci_if_error : true
4647 PERCY_TOKEN : ${{ secrets.PERCY_TOKEN }}
4748
4849 - uses : codecov/codecov-action@v5
4950 if : matrix.os == 'ubuntu-latest'
5051 with :
51- fail_ci_if_error : true
52+ token : ${{ secrets.CODECOV_TOKEN }}
5253
5354 - run : echo "DOTNET_DbgEnableMiniDump=1" >> $GITHUB_ENV
5455 if : matrix.os == 'ubuntu-latest'
You can’t perform that action at this time.
0 commit comments