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 4157ad9 commit aecd9fcCopy full SHA for aecd9fc
.github/workflows/ci.yaml
@@ -9,5 +9,5 @@ on:
9
jobs:
10
pytest:
11
uses: colcon/ci/.github/workflows/pytest.yaml@main
12
- with:
13
- codecov: true
+ secrets:
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
0 commit comments