diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8412a1f..fcc3ccd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,11 +46,4 @@ jobs: 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: . - - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v4 - with: - token: ${{ secrets.CODECOV_TOKEN }} - slug: matlab-deep-learning/llms-with-matlab + source-folder: . \ No newline at end of file diff --git a/codecov.yml b/codecov.yml deleted file mode 100644 index 570b6df..0000000 --- a/codecov.yml +++ /dev/null @@ -1,3 +0,0 @@ -ignore: - - "tests" - - "**/errorMessageCatalog.m"