Skip to content

Commit

Permalink
Fix settings of qodo
Browse files Browse the repository at this point in the history
  • Loading branch information
acbart committed Dec 8, 2024
1 parent 5ec7e69 commit a516ba6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/qodo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a516ba6

Please sign in to comment.