From 0478bc0c7eec969c46be2d23a058b18c2f7c23a5 Mon Sep 17 00:00:00 2001 From: Giorgi Date: Fri, 15 Sep 2023 17:48:38 +0400 Subject: [PATCH] Add GitHubActionsTestLogger --- .github/workflows/ci.yml | 2 +- DuckDB.NET.Test/Test.csproj | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3028057..cb9cb48 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,7 +52,7 @@ jobs: - name: Run tests env: CoverletOutputFormat: lcov - run: dotnet test --configuration Release --verbosity normal /p:CollectCoverage=true /p:CoverletOutputFormat=lcov /p:BuildType=Full + run: dotnet test --configuration Release --verbosity normal --logger GitHubActions /p:CollectCoverage=true /p:CoverletOutputFormat=lcov /p:BuildType=Full - name: Coveralls Parallel uses: coverallsapp/github-action@master diff --git a/DuckDB.NET.Test/Test.csproj b/DuckDB.NET.Test/Test.csproj index 5d92d02..4ad5bd5 100644 --- a/DuckDB.NET.Test/Test.csproj +++ b/DuckDB.NET.Test/Test.csproj @@ -17,7 +17,11 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + runtime; build; native; contentfiles; analyzers; buildtransitive