From 6ddf0f93f79a2f065a4b3a8c20760d09072f6af3 Mon Sep 17 00:00:00 2001 From: Vassilis Papanastasiou Date: Wed, 5 Jun 2024 11:00:58 +0100 Subject: [PATCH] Update --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 65423f2..9fec520 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,11 +19,11 @@ jobs: with: test-results-junit: test-results/results.xml code-coverage-cobertura: code-coverage/coverage.xml - ignore: - - "matlab-deep-learning/llms-with-matlab/tests" 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 + ignore: + - "matlab-deep-learning/llms-with-matlab/tests" \ No newline at end of file