mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2025-07-14 06:34:04 +02:00
Moved AI files in the AI module. (#308)
This commit is contained in:
2
.github/workflows/test-and-build-action.yaml
vendored
2
.github/workflows/test-and-build-action.yaml
vendored
@ -27,7 +27,7 @@ jobs:
|
||||
- run: poetry install --without develop,doc,lint --all-extras
|
||||
- name: Run test suite
|
||||
run: |
|
||||
poetry run pytest --junit-xml=unit-test-results.xml --cov-report "xml:coverage.xml" --cov=src tests/
|
||||
poetry run pytest --junit-xml=unit-test-results.xml --cov-report "xml:coverage.xml" --cov=src --disable-warnings tests/
|
||||
- name: Archive code coverage results
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
|
Reference in New Issue
Block a user