Skip to content

Commit

Permalink
Complete 'Azure Pipelines' configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
lycantropos committed Dec 24, 2020
1 parent 8d287b3 commit 5ef8682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ steps:
displayName: 'Run tests'
- bash: coverage xml
displayName: 'Collect coverage'
- bash: python -m codecov -f coverage.xml -X gcov
- bash: python -m codecov -f coverage.xml -X gcov --build "$AGENT_JOBNAME"
condition: succeeded()
displayName: 'Upload coverage'
env:
Expand Down

0 comments on commit 5ef8682

Please sign in to comment.