From 5b3ac4e0a20f784dfe9a6b2003141eab6c243743 Mon Sep 17 00:00:00 2001 From: Vasileios Papanastasiou Date: Mon, 4 Nov 2024 09:30:14 +0000 Subject: [PATCH] Delete remaining coverage related lines in ci.yml --- .github/workflows/ci.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 28fcced..e837f7e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,8 +44,4 @@ jobs: AZURE_OPENAI_ENDPOINT: ${{ secrets.AZURE_ENDPOINT }} AZURE_OPENAI_API_KEY: ${{ secrets.AZURE_KEY }} SECOND_OLLAMA_ENDPOINT: 127.0.0.1:11435 - uses: matlab-actions/run-tests@v2 - with: - test-results-junit: test-results/results.xml - code-coverage-cobertura: code-coverage/coverage.xml - source-folder: . \ No newline at end of file + uses: matlab-actions/run-tests@v2 \ No newline at end of file