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 fa9877b commit adc1105Copy full SHA for adc1105
.github/workflows/pr.yml
@@ -1,6 +1,9 @@
1
name: "Specklepy test"
2
on:
3
workflow_call:
4
+ secrets:
5
+ CODECOV_TOKEN:
6
+ required: true
7
pull_request:
8
branches:
9
- "main"
.github/workflows/publish.yml
@@ -9,6 +9,8 @@ on:
jobs:
10
test:
11
uses: "./.github/workflows/pr.yml"
12
13
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
14
15
publish-package:
16
name: "Build and Publish Python Package"
0 commit comments