Skip to content

Commit a49d143

Browse files
authored
Update codecov CI configuration to fix PR coverage uploads (#2022)
* update codecov upload action from v3 to v4 to support tokenless upload for forks: https://docs.codecov.com/docs/codecov-uploader#supporting-token-less-uploads-for-forks-of-open-source-repos-using-codecov
1 parent 1d854e5 commit a49d143

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pytest-remote-data.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104

105105
- name: Upload coverage to Codecov
106106
if: matrix.python-version == 3.7 && matrix.suffix == ''
107-
uses: codecov/codecov-action@v3
107+
uses: codecov/codecov-action@v4
108108
with:
109109
fail_ci_if_error: true
110110
verbose: true

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
8484
- name: Upload coverage to Codecov
8585
if: matrix.python-version == 3.7 && matrix.suffix == '' && matrix.os == 'ubuntu-latest' && matrix.environment-type == 'conda'
86-
uses: codecov/codecov-action@v3
86+
uses: codecov/codecov-action@v4
8787
with:
8888
fail_ci_if_error: true
8989
verbose: true

0 commit comments

Comments
 (0)