We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5329aa2 commit 11ba30dCopy full SHA for 11ba30d
.github/workflows/ci.yaml
@@ -9,3 +9,5 @@ on:
9
jobs:
10
pytest:
11
uses: colcon/ci/.github/workflows/pytest.yaml@main
12
+ secrets:
13
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
0 commit comments