From 0860424397f21da691d26163bfec5b7c503b9050 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20LAVERGNE?= Date: Tue, 14 May 2024 19:23:18 +0200 Subject: [PATCH] =?UTF-8?q?G=C3=A9n=C3=A9ration=20du=20rapport=20cobertura?= =?UTF-8?q?.xml=20apr=C3=A8s=20les=20tests?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 335d5ec..0581e34 100644 --- a/.drone.yml +++ b/.drone.yml @@ -26,7 +26,7 @@ steps: commands: - cd source/Trek-12 - dotnet restore CI-Trek-12.sln - - dotnet test CI-Trek-12.sln --no-restore + - dotnet test CI-Trek-12.sln --collect:"XPlat Code Coverage" --no-restore depends_on: [build-Models] - name: code-analysis