Skip to content

Commit

Permalink
CI should also run on master
Browse files Browse the repository at this point in the history
Otherwise codecov diff is incorrect.
  • Loading branch information
pelletier committed Feb 6, 2021
1 parent 5163266 commit a2e5256
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ stages:
arguments: './...'
- job: coverage
displayName: "coverage"
condition: ne(variables['Build.SourceBranchName'], 'master')
pool:
vmImage: ubuntu-latest
steps:
Expand Down

0 comments on commit a2e5256

Please sign in to comment.