From 6c91b3ed4e2a71c6c77d958efa55167c8d93c587 Mon Sep 17 00:00:00 2001 From: Lie Ryan Date: Tue, 19 Mar 2024 22:34:11 +1100 Subject: [PATCH] Add codecov-action --- .github/workflows/run-test.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/run-test.yml b/.github/workflows/run-test.yml index 2be5ad5..040c9c8 100644 --- a/.github/workflows/run-test.yml +++ b/.github/workflows/run-test.yml @@ -37,3 +37,8 @@ jobs: - name: Test with pytest run: | pytest --cov + - name: Upload coverage reports to Codecov + uses: codecov/codecov-action@v4.0.1 + with: + token: ${{ secrets.CODECOV_TOKEN }} + slug: python-rope/pylsp-rope