Skip to content

Commit

Permalink
build: add cover flag to test run in azure pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
mrinalwadhwa committed Nov 10, 2018
1 parent 996eee4 commit 3f44e3f
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 @@ -22,6 +22,6 @@ steps:
workingDirectory: '$(modulePath)'
displayName: 'Build'

- script: go test -v ./...
- script: go test -v -cover ./...
workingDirectory: '$(modulePath)'
displayName: 'Run tests'

0 comments on commit 3f44e3f

Please sign in to comment.