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
secrets:
CACHIX_AUTH_TOKEN: ${{ secrets.CACHIX_AUTH_TOKEN }}
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
build:
+4 -1
View File
@@ -5,6 +5,8 @@ on:
secrets:
CACHIX_AUTH_TOKEN:
required: false
CODECOV_TOKEN:
required: false
pull_request:
branches:
- main
@@ -63,9 +65,10 @@ jobs:
- name: Run coverage (IO tests and Spec tests against PostgreSQL 15)
run: postgrest-coverage
- name: Upload coverage to codecov
uses: codecov/codecov-action@v3.1.5
uses: codecov/codecov-action@0cfda1dd0a4ad9efc75517f399d859cd1ea4ced1 # v4.0.2
with:
files: ./coverage/codecov.json
token: ${{ secrets.CODECOV_TOKEN }}
- name: Run doctests
if: always()