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