Merge pull request #2527 from xtermjs/Tyriar-patch-1

Change to tracking lines in code coverage
This commit is contained in:
Daniel Imms
2019-10-31 12:23:07 -07:00
committed by GitHub
+2 -2
View File
@@ -35,8 +35,8 @@ jobs:
displayName: 'Check build quality'
inputs:
checkCoverage: true
coverageType: branches
coverageThreshold: 55
coverageType: lines
coverageThreshold: 60
coverageFailOption: fixed
- job: macOS