This commit is contained in:
felinae98
2021-06-18 10:26:55 +08:00
parent 340722d95f
commit 81d52bfd7e
+1 -1
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: