Skip to content

Commit

Permalink
Upload coverage results to codecov (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
cottsay authored Dec 3, 2024
1 parent 33e1c6a commit d275710
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,8 @@ jobs:
python -m pip install -U -e .[test] pytest-cov
- name: Run tests
run: |
python -m pytest tests --cov
python -m pytest tests --cov=osrf_pycommon
- name: Upload coverage
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit d275710

Please sign in to comment.