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