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 77e8f8b commit 2c51194Copy full SHA for 2c51194
.github/workflows/main.yml
@@ -47,6 +47,7 @@ jobs:
47
- name: "Upload Coverage to Codecov"
48
uses: codecov/codecov-action@v3
49
with:
50
+ token: ${{ secrets.CODECOV_TOKEN }}
51
fail_ci_if_error: ${{ !matrix.experimental }}
52
cpython-unstable:
53
if:
@@ -86,6 +87,7 @@ jobs:
86
87
88
89
90
91
92
pypy:
93
@@ -125,4 +127,5 @@ jobs:
125
127
126
128
129
130
131
0 commit comments