Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
alexchicn committed Oct 12, 2020
1 parent b272862 commit 1b6ad53
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
jobs:

- job: coverage
variables:
COVERALLS_REPO_TOKEN: ''
pool:
vmImage: 'ubuntu-latest'
steps:
Expand Down Expand Up @@ -40,7 +38,9 @@ jobs:
gcov source/runtest/CMakeFiles/runtest.dir/runtest.cpp.gcda
gcovr --root=../source/ .
cd ../
coveralls --repo-token $COVERALLS_REPO_TOKEN --exclude ./external/ --exclude ./build/CMakeFiles/ --exclude ./output/include/ --gcov-options '\-lp'
coveralls --repo-token $(COVERALLS_REPO_TOKEN) --exclude ./external/ --exclude ./build/CMakeFiles/ --exclude ./output/include/ --gcov-options '\-lp'
env:
COVERALLS_REPO_TOKEN: $(COVERALLS_REPO_TOKEN)
displayName: "Compile and Coverage"
- job: linux
Expand Down

0 comments on commit 1b6ad53

Please sign in to comment.