diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index fe6381a..e671110 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -31,7 +31,7 @@ jobs: run: | pytest -v --cov=./detl --cov-report xml --cov-report term-missing tests/ - name: Upload coverage - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: file: ./coverage.xml - name: Test Wheel install and import