Skip to content

Commit

Permalink
try to coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
alexchicn committed Oct 12, 2020
1 parent baf4b29 commit 77795b6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,15 @@ jobs:
- job: coverage
pool:
vmImage: 'ubuntu-latest'
strategy:
matrix:
Python37:
python.version: '3.7'
steps:
- script: |
sudo -E apt-get update
sudo -E apt-get install valgrind gcovr
pip install --user wheel
pip install --user cpp-coveralls
displayName: "Install dependencies"
- checkout: self
Expand Down

0 comments on commit 77795b6

Please sign in to comment.