Skip to content
Snippets Groups Projects
Commit 9037dbf4 authored by wep23441's avatar wep23441
Browse files

linting 5

parent 0d8529b1
Branches
No related tags found
No related merge requests found
......@@ -14,9 +14,9 @@ include:
# Case 2 Test
# stages: code_quality, test
- local: ci-configs/case-2-test/lint.yml
# - local: ci-configs/case-2-test/lint.yml
- local: ci-configs/case-2-test/coverage.yml
- local: ci-configs/case-2-test/unit_test.yml
# - local: ci-configs/case-2-test/unit_test.yml
# Case 3 Build
# stages: code_quality, test, build, build_image
......
......@@ -4,3 +4,4 @@ coverage:
script:
- pip install pytest pytest-cov
- pytest ./case-2-test/ --cov=case-2-test --cov-report=term --cov-fail-under=95
- pytest --cov=case-2-test --cov-report=term-missing
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment