Skip to content

Commit

Permalink
Report results to coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
lmcinnes committed Nov 9, 2022
1 parent 5d4545c commit 96f9265
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ steps:

- script: |
pip install -e .
pip install pytest
pip install pytest pytest-azurepipelines
pip install pytest-cov
pip install coveralls
displayName: 'Install package'
Expand All @@ -46,7 +46,7 @@ steps:
displayName: 'Run tests'

- bash: |
export COVERALLS_REPO_TOKEN=$COVERALLS_REPO_TOKEN
export COVERALLS_REPO_TOKEN=$(COVERALLS_REPO_TOKEN)
coveralls
displayName: 'Publish to coveralls'

Expand Down

0 comments on commit 96f9265

Please sign in to comment.