Files
ChatBot/sonar-project.properties
Leonid Pershin dab86d1c81
Some checks failed
SonarQube / Build and analyze (push) Failing after 2m57s
fix
2025-10-21 03:29:15 +03:00

17 lines
565 B
Properties

# SonarQube project configuration
# Exclude auto-generated files and migrations from analysis
sonar.coverage.exclusions=**/Migrations/**/*.cs,**/Migrations/*.cs,**/*ModelSnapshot.cs
sonar.exclusions=**/Migrations/**/*.cs,**/obj/**,**/bin/**
# Exclude test projects from code coverage calculation
sonar.test.exclusions=**/*Tests.cs,**/ChatBot.Tests/**
# Include only C# files
sonar.sources=ChatBot/
sonar.tests=ChatBot.Tests/
# Code coverage report paths
sonar.cs.vscoveragexml.reportsPaths=coverage.xml
sonar.cs.opencover.reportsPaths=**/coverage.opencover.xml