CI should also run on master

Otherwise codecov diff is incorrect.
This commit is contained in:
Thomas Pelletier
2021-02-06 08:03:04 -05:00
parent 5163266f16
commit a2e5256180
-1
View File
@@ -23,7 +23,6 @@ stages:
arguments: './...'
- job: coverage
displayName: "coverage"
condition: ne(variables['Build.SourceBranchName'], 'master')
pool:
vmImage: ubuntu-latest
steps: