Merge branch 'main' into python-middleware

This commit is contained in:
Dmytro Struk
2025-09-16 21:22:48 -07:00
committed by GitHub
Unverified
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -55,7 +55,7 @@ jobs:
.github
dotnet
- name: Setup dotnet
uses: actions/setup-dotnet@v4.3.1
uses: actions/setup-dotnet@v5.0.0
with:
global-json-file: ${{ github.workspace }}/dotnet/global.json
- name: Build dotnet solutions
@@ -139,7 +139,7 @@ jobs:
# Generate test reports and check coverage
- name: Generate test reports
uses: danielpalme/ReportGenerator-GitHub-Action@5.4.11
uses: danielpalme/ReportGenerator-GitHub-Action@5.4.13
with:
reports: "./TestResults/Coverage/**/coverage.cobertura.xml"
targetdir: "./TestResults/Reports"
@@ -55,7 +55,7 @@ jobs:
.github
dotnet
- name: Setup dotnet
uses: actions/setup-dotnet@v4.3.1
uses: actions/setup-dotnet@v5.0.0
with:
global-json-file: ${{ github.workspace }}/dotnet/global.json
- name: Build dotnet solutions
@@ -145,7 +145,7 @@ jobs:
# Generate test reports and check coverage
- name: Generate test reports
uses: danielpalme/ReportGenerator-GitHub-Action@5.4.11
uses: danielpalme/ReportGenerator-GitHub-Action@5.4.13
with:
reports: "./TestResults/Coverage/**/coverage.cobertura.xml"
targetdir: "./TestResults/Reports"