From 152fac54b9b3ab682b95fcf5565212f214c6f903 Mon Sep 17 00:00:00 2001 From: Vassilis Papanastasiou Date: Wed, 5 Jun 2024 10:53:56 +0100 Subject: [PATCH] Update ci.yml Try to ignore test dir from codecov.io --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 83e4508..c7e3ff3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,9 +19,11 @@ jobs: with: test-results-junit: test-results/results.xml code-coverage-cobertura: code-coverage/coverage.xml + ignore: + - "*/tests/*" source-folder: . - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} slug: matlab-deep-learning/llms-with-matlab