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