mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Exclude server directory from sonar
Currently we don't have a good way to do coverage for this area.
This commit is contained in:
parent
b3ba09467a
commit
7d86c234a1
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
sonar.sources=src/debugpy
|
||||
sonar.exclusions=src/debugpy/_vendored/**/*,src/debugpy/_version.py
|
||||
sonar.exclusions=src/debugpy/_vendored/**/*,src/debugpy/_version.py,src/debugpy/server/**/*
|
||||
sonar.cfamily.build-wrapper-output.bypass=true
|
||||
sonar.c.file.suffixes=-
|
||||
sonar.cpp.file.suffixes=-
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue