From ed240ef73cc81258bc31bdcc4b91631cee9416e0 Mon Sep 17 00:00:00 2001 From: Leonid Pershin Date: Sat, 25 Jul 2026 19:58:56 +0300 Subject: [PATCH] Add coverlet.collector package for test coverage: include in Directory.Packages.props and add references in TeleWave.Application.Tests and TeleWave.Domain.Tests projects for enhanced test reporting. --- backend/Directory.Packages.props | 1 + .../TeleWave.Application.Tests.csproj | 4 ++++ .../tests/TeleWave.Domain.Tests/TeleWave.Domain.Tests.csproj | 4 ++++ 3 files changed, 9 insertions(+) diff --git a/backend/Directory.Packages.props b/backend/Directory.Packages.props index 9dd61b0..2b05f41 100644 --- a/backend/Directory.Packages.props +++ b/backend/Directory.Packages.props @@ -37,6 +37,7 @@ + diff --git a/backend/tests/TeleWave.Application.Tests/TeleWave.Application.Tests.csproj b/backend/tests/TeleWave.Application.Tests/TeleWave.Application.Tests.csproj index 3f89883..2e6a52f 100644 --- a/backend/tests/TeleWave.Application.Tests/TeleWave.Application.Tests.csproj +++ b/backend/tests/TeleWave.Application.Tests/TeleWave.Application.Tests.csproj @@ -9,6 +9,10 @@ + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + diff --git a/backend/tests/TeleWave.Domain.Tests/TeleWave.Domain.Tests.csproj b/backend/tests/TeleWave.Domain.Tests/TeleWave.Domain.Tests.csproj index 5429ab2..d1b74e6 100644 --- a/backend/tests/TeleWave.Domain.Tests/TeleWave.Domain.Tests.csproj +++ b/backend/tests/TeleWave.Domain.Tests/TeleWave.Domain.Tests.csproj @@ -9,6 +9,10 @@ + + runtime; build; native; contentfiles; analyzers; buildtransitive + all +