From 79fe4162dae9a343dad93e0f5414f581cfb0efcd Mon Sep 17 00:00:00 2001 From: Stefan Benz <46600784+stebenz@users.noreply.github.com> Date: Thu, 10 Jul 2025 09:04:30 +0200 Subject: [PATCH] chore: always run tests for coverage --- .github/workflows/core-coverage.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/core-coverage.yml b/.github/workflows/core-coverage.yml index 56e35dc506..6d14866754 100644 --- a/.github/workflows/core-coverage.yml +++ b/.github/workflows/core-coverage.yml @@ -18,6 +18,7 @@ jobs: test: runs-on: ubuntu-latest steps: + - uses: actions/checkout@v3 - uses: actions/download-artifact@v4 with: path: tmp/coverage/unit @@ -33,6 +34,6 @@ jobs: if: ${{ inputs.unit_test_report == 'true' && inputs.integration_test_report == 'true' }} uses: codecov/codecov-action@v5.4.0 with: - file: full-profile.cov - name: core-integration-tests-postgres + files: full-profile.cov + name: core-tests-postgres token: ${{ secrets.CODECOV_TOKEN }} \ No newline at end of file