mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
17 lines
389 B
YAML
17 lines
389 B
YAML
variables:
|
|
architecture: "x64"
|
|
python.version: "3.8"
|
|
|
|
jobs:
|
|
- job: 'Coverage'
|
|
timeoutInMinutes: 15
|
|
pool:
|
|
name: Azure Pipelines
|
|
demands: java
|
|
vmImage: "macOS-10.15"
|
|
steps:
|
|
- script: |
|
|
ulimit -Sn 8192
|
|
displayName: 'Increase file descriptor limit'
|
|
|
|
- template: "templates/coverage.yml"
|