From a516ba6d17498531dda42c4631353160005cf366 Mon Sep 17 00:00:00 2001 From: Austin Cory Bart Date: Sun, 8 Dec 2024 14:41:10 -0500 Subject: [PATCH] Fix settings of qodo --- .github/workflows/qodo.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/qodo.yml b/.github/workflows/qodo.yml index a67df53..999e34a 100644 --- a/.github/workflows/qodo.yml +++ b/.github/workflows/qodo.yml @@ -27,14 +27,15 @@ jobs: run: | cd tests/ python -m unittest discover ./ + cd ../ - name: Suggest Tests with Qodo uses: qodo-ai/qodo-ci/.github/actions/qodo-cover@v0.1.1 with: github_token: ${{ secrets.GITHUB_TOKEN }} project_language: python - project_root: ./pedal/ - code_coverage_report_path: ./coverage.xml - test_command: "coverage run -m unittest discover ./ && coverage xml -o coverage.xml" + project_root: ./ + code_coverage_report_path: ./tests/coverage.xml + test_command: "cd tests/ && coverage run -m unittest discover ./ && coverage xml -o coverage.xml && cd ../" model: gpt-4o env: