forked from JointCloud/JCC-DeepOD
update workflows
This commit is contained in:
parent
6c75dca997
commit
df9c48ee78
|
@ -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
|
Loading…
Reference in New Issue