Moved AI files in the AI module. (#308)

This commit is contained in:
2023-11-02 20:30:04 +01:00
committed by GitHub
parent 3cc94cb652
commit 8d9981d967
12 changed files with 37 additions and 45 deletions

View File

@ -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: