测试Python覆盖率Codecov
continuous-integration/drone/push Build is passing Details

main
lzwang 2022-09-05 00:33:09 +08:00
parent c8fdfa779c
commit c7d1d9be8e
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ steps:
- pwd - pwd
- ls -la - ls -la
- python ./python/hello.py - python ./python/hello.py
- pytest --cov ./python/test_demo.py - pytest --cov ./python/
- name: codecov - name: codecov
image: robertstettner/drone-codecov image: robertstettner/drone-codecov