This commit is contained in:
felinae98 2021-06-18 10:26:55 +08:00
parent 340722d95f
commit 81d52bfd7e
No known key found for this signature in database
GPG Key ID: 00C8B010587FF610

View File

@ -41,7 +41,7 @@ jobs:
path: test-results
- run:
name: Collect coverage
command: coverage html --include='src/*'
command: poetry run coverage html --include='src/*'
- store_artifacts:
path: htmlcov
build-publish: