fix: github workflow

This commit is contained in:
debugtalk
2020-06-17 21:36:40 +08:00
parent 78b2939179
commit 72193806ae
2 changed files with 3 additions and 1 deletions

View File

@@ -32,6 +32,8 @@ jobs:
poetry run hrun
poetry run har2case
poetry run coverage run --source=httprunner -m pytest tests
- name: coverage report
run: |
poetry run coverage xml
poetry run coverage report -m
- name: Codecov