We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a49d143 commit 25ec296Copy full SHA for 25ec296
.github/workflows/pytest-remote-data.yml
@@ -109,3 +109,5 @@ jobs:
109
fail_ci_if_error: true
110
verbose: true
111
flags: remote-data # flags are configured in codecov.yml
112
+ env:
113
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
.github/workflows/pytest.yml
@@ -88,3 +88,5 @@ jobs:
88
89
90
flags: core # flags are configured in codecov.yml
91
92
0 commit comments