Skip to content

Commit 11ba30d

Browse files
committed
Enable coverage tracking in CI
1 parent 5329aa2 commit 11ba30d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ on:
99
jobs:
1010
pytest:
1111
uses: colcon/ci/.github/workflows/pytest.yaml@main
12+
secrets:
13+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)