Skip to content

Commit c822401

Browse files
chore(deps): update dependency microsoft.testing.extensions.codecoverage to 18.9.0 (#681)
* chore(deps): update dependency microsoft.testing.extensions.codecoverage to 18.9.0 * Update cicd.yml --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Ivan Josipovic <9521987+IvanJosipovic@users.noreply.github.com>
1 parent 1f74e16 commit c822401

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/cicd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,14 @@ jobs:
5656
if: success() || failure()
5757
with:
5858
name: Tests
59-
path: tests/**/*.trx
59+
path: TestResults/*.trx
6060
reporter: dotnet-trx
6161

6262
- name: Coverage
6363
uses: codecov/codecov-action@v7
6464
with:
6565
token: ${{ secrets.CODECOV_TOKEN }}
66-
files: tests/**/*.cobertura.xml
66+
files: TestResults/*.cobertura.xml
6767
fail_ci_if_error: true
6868

6969
- name: Run Benchmark

tests/oidc-guard-tests/oidc-guard-tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="10.0.10" />
2020
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.8.1" />
2121
<PackageReference Include="Microsoft.Playwright" Version="1.61.0" />
22-
<PackageReference Include="Microsoft.Testing.Extensions.CodeCoverage" Version="18.7.0" />
22+
<PackageReference Include="Microsoft.Testing.Extensions.CodeCoverage" Version="18.9.0" />
2323
<PackageReference Include="Moq" Version="4.20.72" />
2424
<PackageReference Include="SharpCompress" Version="0.50.0" />
2525
<PackageReference Include="Shouldly" Version="4.3.0" />

0 commit comments

Comments
 (0)