Skip to content

Commit

Permalink
coverage for asteval
Browse files Browse the repository at this point in the history
  • Loading branch information
newville committed Feb 11, 2021
1 parent 08dd0c3 commit 4c09d2a
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 @@ -33,7 +33,7 @@ steps:
- script: |
python setup.py install
cd tests
coverage run --source=lmfit -m pytest
coverage run --source=asteval -m pytest
coverage report -m
bash <(curl -s https://codecov.io/bash)
displayName: 'Install asteval, run test suite and measure coverage'

0 comments on commit 4c09d2a

Please sign in to comment.