update workflows

This commit is contained in:
xuhongzuo 2022-11-16 16:03:55 +08:00
parent 6c75dca997
commit df9c48ee78
1 changed files with 6 additions and 0 deletions

View File

@ -35,3 +35,9 @@ jobs:
conda install coveralls
pytest
coverage run --source=deepod -m pytest
- name: coverage report
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
coveralls --service=github