Skip to content

Commit

Permalink
Explicit branch includes. (#338)
Browse files Browse the repository at this point in the history
  • Loading branch information
digimaun authored Apr 30, 2021
1 parent b052e4c commit e57707f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
12 changes: 8 additions & 4 deletions .azure-devops/merge.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
trigger:
- dev
- master
branches:
include:
- dev
- master

pr:
- dev
- master
branches:
include:
- dev
- master

variables:
iot_ext_package: azure-iot
Expand Down
2 changes: 1 addition & 1 deletion .azure-devops/templates/calculate-code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ steps:
for i in ./coverage/.coverage.*; do
coverage combine -a $i
done
coverage xml --rcfile="$(System.DefaultWorkingDirectory)/.coveragerc"
coverage xml -i --rcfile="$(System.DefaultWorkingDirectory)/.coveragerc"
workingDirectory: '$(System.ArtifactsDirectory)/aziotext_kpi/'
displayName: 'Merging code coverage data'
Expand Down

0 comments on commit e57707f

Please sign in to comment.