Skip to content

Commit d275710

Browse files
authored
Upload coverage results to codecov (#100)
1 parent 33e1c6a commit d275710

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,8 @@ jobs:
2828
python -m pip install -U -e .[test] pytest-cov
2929
- name: Run tests
3030
run: |
31-
python -m pytest tests --cov
31+
python -m pytest tests --cov=osrf_pycommon
32+
- name: Upload coverage
33+
uses: codecov/codecov-action@v5
34+
with:
35+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)