This commit is contained in:
Leonid Pershin
2025-10-18 06:11:01 +03:00
parent a7cf601085
commit 6af52227f3

View File

@@ -30,7 +30,7 @@ jobs:
run: dotnet build --no-restore --verbosity normal
- name: Run unit tests
run: dotnet test --no-build --verbosity minimal --logger "trx;LogFileName=test-results.trx" --results-directory ./TestResults --collect:"XPlat Code Coverage" --settings coverlet.runsettings
run: dotnet test --no-build --verbosity minimal --logger "trx;LogFileName=test-results.trx" --results-directory ./TestResults
- name: Generate test report
if: always()