diff --git a/.github/workflows/dockerised-postgres.yml b/.github/workflows/dockerised-postgres.yml index 9b942b52..47e0a758 100644 --- a/.github/workflows/dockerised-postgres.yml +++ b/.github/workflows/dockerised-postgres.yml @@ -59,7 +59,7 @@ jobs: python-version: ${{ matrix.python-version }} command: pytest -n 0 --max-worker-restart 0 -k docker --postgresql-host=localhost --postgresql-port 5433 --postgresql-password=postgres --cov-report=xml:coverage-docker.xml - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5.4.0 + uses: codecov/codecov-action@v5.4.2 with: token: ${{ secrets.codecov_token }} flags: unittests diff --git a/.github/workflows/single-postgres.yml b/.github/workflows/single-postgres.yml index c68e7af7..ef8fca4d 100644 --- a/.github/workflows/single-postgres.yml +++ b/.github/workflows/single-postgres.yml @@ -68,7 +68,7 @@ jobs: name: postgresql-${{ matrix.python-version }}-${{ inputs.postgresql }} path: /tmp/pytest-of-runner/** - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5.4.0 + uses: codecov/codecov-action@v5.4.2 with: token: ${{ secrets.codecov_token }} flags: unittests