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 77795b6 commit fe12e5b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,12 @@ 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 coveralls
pip install --user cpp-coveralls
displayName: "Install dependencies"
- checkout: self
Expand Down

0 comments on commit fe12e5b

Please sign in to comment.