ci: correct test path

!1
This commit is contained in:
2024-05-13 18:17:20 +09:30
parent ab07fa6bcf
commit 8e2542f9a5

View File

@ -7,7 +7,7 @@ Unit:
script:
- pip install -r requirements.txt
- pip install -r requirements_test.txt
- cd itsm
- cd app
- pytest --cov --cov-report term --cov-report xml:../artifacts/coverage.xml --cov-report html:../artifacts/coverage/ --junit-xml=../artifacts/test.junit.xml
coverage: '/(?i)total.*? (100(?:\.0+)?\%|[1-9]?\d(?:\.\d+)?\%)$/'
artifacts: