mirror of
https://github.com/ditkrg/DIT.Workflower.git
synced 2026-01-22 13:56:43 +00:00
Add tools for code-coverage
This commit is contained in:
parent
af1ec2d0f0
commit
1b0cd984f8
18
.config/dotnet-tools.json
Normal file
18
.config/dotnet-tools.json
Normal file
@ -0,0 +1,18 @@
|
||||
{
|
||||
"version": 1,
|
||||
"isRoot": true,
|
||||
"tools": {
|
||||
"dotnet-sonarscanner": {
|
||||
"version": "5.6.0",
|
||||
"commands": [
|
||||
"dotnet-sonarscanner"
|
||||
]
|
||||
},
|
||||
"dotnet-coverage": {
|
||||
"version": "17.3.2",
|
||||
"commands": [
|
||||
"dotnet-coverage"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
3
.gitignore
vendored
3
.gitignore
vendored
@ -10,6 +10,8 @@
|
||||
*.userosscache
|
||||
*.sln.docstates
|
||||
|
||||
.sonarqube
|
||||
|
||||
.vscode/*
|
||||
!.vscode/settings.json
|
||||
!.vscode/tasks.json
|
||||
@ -147,6 +149,7 @@ _TeamCity*
|
||||
!.axoCover/settings.json
|
||||
|
||||
# Visual Studio code coverage results
|
||||
coverage.xml
|
||||
*.coverage
|
||||
*.coveragexml
|
||||
**/coverage
|
||||
|
||||
Loading…
Reference in New Issue
Block a user