Skip to content

Commit 25ec296

Browse files
authored
Codecov upload follow-up (#2024)
supply codecov upload token to codecov upload jobs
1 parent a49d143 commit 25ec296

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,3 +109,5 @@ jobs:
109109
fail_ci_if_error: true
110110
verbose: true
111111
flags: remote-data # flags are configured in codecov.yml
112+
env:
113+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/pytest.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,3 +88,5 @@ jobs:
8888
fail_ci_if_error: true
8989
verbose: true
9090
flags: core # flags are configured in codecov.yml
91+
env:
92+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)