mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Add mac code coverage
This commit is contained in:
parent
0555ca2bff
commit
cd42a1dbe9
2 changed files with 12 additions and 0 deletions
12
azure-pipelines/mac-coverage.yaml
Normal file
12
azure-pipelines/mac-coverage.yaml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
variables:
|
||||
architecture: "x64"
|
||||
python.version: "3.8"
|
||||
|
||||
jobs:
|
||||
- job: 'Coverage'
|
||||
pool:
|
||||
name: Azure Pipelines
|
||||
demands: java
|
||||
vmImage: "macOS-10.13"
|
||||
steps:
|
||||
- template: "templates/coverage.yml"
|
||||
Loading…
Add table
Add a link
Reference in a new issue