chore(deps): update codecov/codecov-action action to v4

This commit is contained in:
renovate[bot]
2024-02-24 18:41:06 +01:00
committed by Wolfgang Walther
parent c18ccf5232
commit f2483dc722
2 changed files with 5 additions and 1 deletions
+1
View File
@@ -24,6 +24,7 @@ jobs:
uses: ./.github/workflows/test.yaml uses: ./.github/workflows/test.yaml
secrets: secrets:
CACHIX_AUTH_TOKEN: ${{ secrets.CACHIX_AUTH_TOKEN }} CACHIX_AUTH_TOKEN: ${{ secrets.CACHIX_AUTH_TOKEN }}
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
build: build:
+4 -1
View File
@@ -5,6 +5,8 @@ on:
secrets: secrets:
CACHIX_AUTH_TOKEN: CACHIX_AUTH_TOKEN:
required: false required: false
CODECOV_TOKEN:
required: false
pull_request: pull_request:
branches: branches:
- main - main
@@ -63,9 +65,10 @@ jobs:
- name: Run coverage (IO tests and Spec tests against PostgreSQL 15) - name: Run coverage (IO tests and Spec tests against PostgreSQL 15)
run: postgrest-coverage run: postgrest-coverage
- name: Upload coverage to codecov - name: Upload coverage to codecov
uses: codecov/codecov-action@v3.1.5 uses: codecov/codecov-action@0cfda1dd0a4ad9efc75517f399d859cd1ea4ced1 # v4.0.2
with: with:
files: ./coverage/codecov.json files: ./coverage/codecov.json
token: ${{ secrets.CODECOV_TOKEN }}
- name: Run doctests - name: Run doctests
if: always() if: always()