We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0e1e12 commit c047028Copy full SHA for c047028
.coveragerc
@@ -0,0 +1,3 @@
1
+[run]
2
+branch = True
3
+omit = */tests/*
azure-pipelines.yml
@@ -136,7 +136,7 @@ jobs:
136
137
azdev --version
138
139
- python -m pytest azdev/ --ignore=azdev/mod_templates --junitxml=junit/test-results.xml --cov=. --cov-report=xml --cov-report=html
+ python -m pytest azdev/ --ignore=azdev/mod_templates --junitxml=junit/test-results.xml --cov=azdev --cov-report=xml --cov-report=html
140
- task: PublishTestResults@2
141
inputs:
142
testResultsFiles: '**/test-*.xml'
0 commit comments