Set code coverage pipeline for fuzzing (#440)

This commit is contained in:
Chuck Walbourn 2024-04-01 12:31:39 -07:00 коммит произвёл GitHub
Родитель 9c58d75b89
Коммит 8dc5ccf500
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
8 изменённых файлов: 107 добавлений и 46 удалений

Просмотреть файл

@ -17,20 +17,29 @@ trigger:
include:
- main
paths:
include:
- CMakeLists.txt
- build/CompilerAndLinker.cmake
- build/JoinPaths.cmake
exclude:
- *.md
- LICENSE
- .nuget/*
- build/*
- !build/CompilerAndLinker.cmake
- !build/DirectXTK-GitHub-CMake-Dev17.yml
- !build/DirectXTK.pc.in
- !build/JoinPaths.cmake
pr:
branches:
include:
- main
paths:
include:
- CMakeLists.txt
- build/CompilerAndLinker.cmake
- build/JoinPaths.cmake
- *.md
- LICENSE
- .nuget/*
- build/*
- !build/CompilerAndLinker.cmake
- !build/DirectXTK-GitHub-CMake-Dev17.yml
- !build/DirectXTK.pc.in
- !build/JoinPaths.cmake
drafts: false
resources:

Просмотреть файл

@ -17,20 +17,30 @@ trigger:
include:
- main
paths:
include:
- CMakeLists.txt
- build/CompilerAndLinker.cmake
- build/JoinPaths.cmake
exclude:
- *.md
- LICENSE
- .nuget/*
- build/*
- !build/CompilerAndLinker.cmake
- !build/DirectXTK-GitHub-CMake.yml
- !build/DirectXTK.pc.in
- !build/JoinPaths.cmake
pr:
branches:
include:
- main
paths:
include:
- CMakeLists.txt
- build/CompilerAndLinker.cmake
- build/JoinPaths.cmake
exclude:
- *.md
- LICENSE
- .nuget/*
- build/*
- !build/CompilerAndLinker.cmake
- !build/DirectXTK-GitHub-CMake.yml
- !build/DirectXTK.pc.in
- !build/JoinPaths.cmake
drafts: false
resources:

Просмотреть файл

@ -20,20 +20,29 @@ trigger:
- main
paths:
exclude:
- README.md
- HISTORY.md
- SECURITY.md
- *.md
- LICENSE
- CMake*
- .nuget/*
- build/*
- !build/DirectXTK-GitHub-GDK.yml
- !build/Directory.Build.props
- !build/SetupBWOI.targets
pr:
branches:
include:
- main
paths:
exclude:
- README.md
- HISTORY.md
- SECURITY.md
- *.md
- LICENSE
- CMake*
- .nuget/*
- build/*
- !build/DirectXTK-GitHub-GDK.yml
- !build/Directory.Build.props
- !build/SetupBWOI.targets
drafts: false
resources:

Просмотреть файл

@ -18,20 +18,29 @@ trigger:
- main
paths:
exclude:
- README.md
- HISTORY.md
- SECURITY.md
- *.md
- LICENSE
- .nuget/*
- build/*
- !build/CompilerAndLinker.cmake
- !build/DirectXTK-GitHub-MinGW.yml
- !build/DirectXTK.pc.in
- !build/JoinPaths.cmake
pr:
branches:
include:
- main
paths:
exclude:
- README.md
- HISTORY.md
- SECURITY.md
- *.md
- LICENSE
- .nuget/*
- build/*
- !build/CompilerAndLinker.cmake
- !build/DirectXTK-GitHub-MinGW.yml
- !build/DirectXTK.pc.in
- !build/JoinPaths.cmake
drafts: false
resources:

Просмотреть файл

@ -18,20 +18,25 @@ trigger:
- main
paths:
exclude:
- README.md
- HISTORY.md
- SECURITY.md
- *.md
- LICENSE
- CMake*
- .nuget/*
- build/*
- !build/DirectXTK-GitHub-Test.yml
pr:
branches:
include:
- main
paths:
exclude:
- README.md
- HISTORY.md
- SECURITY.md
- *.md
- LICENSE
- CMake*
- .nuget/*
- build/*
- !build/DirectXTK-GitHub-Test.yml
drafts: false
resources:

Просмотреть файл

@ -18,20 +18,29 @@ trigger:
- main
paths:
exclude:
- README.md
- HISTORY.md
- SECURITY.md
- *.md
- LICENSE
- .nuget/*
- build/*
- !build/CompilerAndLinker.cmake
- !build/DirectXTK-GitHub-WSL.yml
- !build/DirectXTK.pc.in
- !build/JoinPaths.cmake
pr:
branches:
include:
- main
paths:
exclude:
- README.md
- HISTORY.md
- SECURITY.md
- *.md
- LICENSE
- .nuget/*
- build/*
- !build/CompilerAndLinker.cmake
- !build/DirectXTK-GitHub-WSL.yml
- !build/DirectXTK.pc.in
- !build/JoinPaths.cmake
drafts: false
resources:

Просмотреть файл

@ -18,20 +18,25 @@ trigger:
- main
paths:
exclude:
- README.md
- HISTORY.md
- SECURITY.md
- *.md
- LICENSE
- CMake*
- .nuget/*
- build/*
- !build/DirectXTK-GitHub.yml
pr:
branches:
include:
- main
paths:
exclude:
- README.md
- HISTORY.md
- SECURITY.md
- *.md
- LICENSE
- CMake*
- .nuget/*
- build/*
- !build/DirectXTK-GitHub.yml
drafts: false
resources:

Просмотреть файл

@ -38,6 +38,11 @@
"AssignedTo": "chuckw@microsoft.com",
"AreaPath": "OS\\Core\\SiGMa\\GRFX-Graphics",
"IterationPath": "OS\\Future"
},
"CodeCoverage": {
"Org": "mscodehub",
"Project": "DirectXTK",
"PipelineId": "3033"
}
}
]