Skip to content

Commit

Permalink
Merge pull request #27 from python-rope/lieryan-add-codecov
Browse files Browse the repository at this point in the history
Add codecov-action GHA
  • Loading branch information
lieryan authored Mar 19, 2024
2 parents ac1f0ab + 6c91b3e commit a58350b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/run-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,8 @@ jobs:
- name: Test with pytest
run: |
pytest --cov
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: python-rope/pylsp-rope

0 comments on commit a58350b

Please sign in to comment.