From c5ce31195318b2f10d69e7fdf9505b2a25186659 Mon Sep 17 00:00:00 2001 From: Vassilis Papanastasiou Date: Wed, 5 Jun 2024 11:21:10 +0100 Subject: [PATCH] Try to ignore tests from codecov --- .github/workflows/ci.yml | 2 -- codecov.yaml | 3 +++ 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 codecov.yaml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6b5a3e1..8da46a6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,8 +20,6 @@ jobs: test-results-junit: test-results/results.xml code-coverage-cobertura: code-coverage/coverage.xml source-folder: . - ignore: - - "llms-with-matlab/tests" - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v4 with: diff --git a/codecov.yaml b/codecov.yaml new file mode 100644 index 0000000..92e5940 --- /dev/null +++ b/codecov.yaml @@ -0,0 +1,3 @@ +coverage: + ignore: + - "llms-with-matlab/tests" \ No newline at end of file