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 path: test-results
- run: - run:
name: Collect coverage name: Collect coverage
command: coverage html --include='src/*' command: poetry run coverage html --include='src/*'
- store_artifacts: - store_artifacts:
path: htmlcov path: htmlcov
build-publish: build-publish: