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 5623a48 commit b2b8514Copy full SHA for b2b8514
.github/workflows/Tests.yaml
@@ -35,6 +35,8 @@ jobs:
35
with:
36
flags: ${{ runner.os }}
37
verbose: true
38
+ env:
39
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
40
41
- name: Build wheel
42
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
0 commit comments