From e8aeb9744240ebb7387a2c5c72a754f52136da90 Mon Sep 17 00:00:00 2001 From: Will Poynter Date: Tue, 1 Oct 2024 13:14:25 +0100 Subject: [PATCH] =?UTF-8?q?Fixed=20bug=20saving=20integration=20test=20rep?= =?UTF-8?q?ort=20and=20moved=20to=20o1-mini=20for=20cod=E2=80=A6=20(#5)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Fixed bug saving integration test report and moved to o1-mini for code review * Moved to o1-mini review model --- .github/workflows/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 662483e..71162ab 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -93,11 +93,11 @@ jobs: uses: actions/checkout@v3 - name: AI Code Reviewer - uses: freeedcom/ai-codereviewer@v2.7.0 + uses: researchwiseai/ai-codereviewer@main with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} - OPENAI_API_MODEL: 'gpt-4' + OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY_V2 }} + OPENAI_API_MODEL: 'o1-mini' exclude: '**/*.json, **/*.md' integration-test: @@ -147,7 +147,7 @@ jobs: - name: Upload coverage artifact uses: actions/upload-artifact@v3 with: - name: unit-test-coverage + name: integration-test-coverage path: coverage/lcov.info coverage-report: