From 4d3c5f166da88c4fffbf7c774998df8ac7f36691 Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Sun, 16 Apr 2023 11:16:47 +0200 Subject: [PATCH] Try trivial replacement of the codecov uploader with v3 Not sure if this will work as-is, but will test. --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 70a0071..8b4e1ef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,7 +56,6 @@ jobs: - name: Install dependencies run: | pip install pytest - pip install codecov pip install sphinx pip install recommonmark @@ -76,7 +75,7 @@ jobs: run: python -m pytest tests - name: Upload coverage to Codecov - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v3 with: #files: ./coverage1.xml,./coverage2.xml #directory: ./coverage/reports/ -- 2.39.2