From 58ef86466c793fba21abc7763e25ff90962d8f90 Mon Sep 17 00:00:00 2001 From: Alexis DRAI Date: Sun, 12 Feb 2023 16:16:02 +0100 Subject: [PATCH] :green_heart: --- .github/workflows/build.yml | 2 +- .gitignore | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d888a01..894b794 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -44,5 +44,5 @@ jobs: run: | .\.sonar\scanner\dotnet-sonarscanner begin /k:"draialexis_cat_cafe" /o:"draialexis" /d:sonar.login="${{ secrets.SONAR_TOKEN }}" /d:sonar.host.url="https://sonarcloud.io" /d:sonar.cs.vscoveragexml.reportsPaths=coverage.xml dotnet build cat_cafe\cat_cafe.sln - dotnet-coverage collect "dotnet test" -f xml -o "coverage.xml" + .\.sonar\scanner\dotnet-coverage collect "dotnet test" -f xml -o "coverage.xml" .\.sonar\scanner\dotnet-sonarscanner end /d:sonar.login="${{ secrets.SONAR_TOKEN }}" \ No newline at end of file diff --git a/.gitignore b/.gitignore index 5273f55..7a6a4cd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,11 @@ # Created by https://www.toptal.com/developers/gitignore/api/dotnetcore,visualstudio,visualstudiocode # Edit at https://www.toptal.com/developers/gitignore?templates=dotnetcore,visualstudio,visualstudiocode -log.txt -cat_cafe/log.txt +*.txt +*.db +*.db-shm +*.db-wal + ### DotnetCore ### # .NET Core build folders