Skip to content

Commit 16d8aeb

Browse files
committedNov 22, 2024··
Enable coverage tracking in CI
1 parent c4abf82 commit 16d8aeb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎.github/workflows/ci.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
name: Run tests
23

34
on:
@@ -8,3 +9,5 @@ on:
89
jobs:
910
pytest:
1011
uses: colcon/ci/.github/workflows/pytest.yaml@main
12+
secrets:
13+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)
Please sign in to comment.