Compare commits

..

1 Commits

Author SHA1 Message Date
Jedd Morgan c25bb99e51 Optimization for the disk store string writing to avoid memory allocations
.NET Build and Publish / build (push) Has been cancelled
2026-03-30 21:28:53 +01:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ jobs:
run: dotnet test ${{ env.Solution }} --filter "(Category=Integration)&(Server!=Public)" --configuration Release --no-build --no-restore --verbosity=normal /p:AltCover=true /p:AltCoverAttributeFilter=ExcludeFromCodeCoverage
- name: Upload coverage reports to Codecov with GitHub Action
uses: codecov/codecov-action@v6
uses: codecov/codecov-action@v5
continue-on-error: true
with:
fail_ci_if_error: true
+1 -1
View File
@@ -42,7 +42,7 @@ jobs:
run: dotnet pack ${{ env.Solution }} --configuration Release --no-build
- name: Upload coverage reports to Codecov with GitHub Action
uses: codecov/codecov-action@v6
uses: codecov/codecov-action@v5
continue-on-error: true
with:
fail_ci_if_error: true