diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 2582862..d85f0c2 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -27,7 +27,5 @@ jobs: - name: pytest run: | pytest - - name: Upload code coverage report - run: | - pip install codecov - codecov + - name: Upload to Codecov + uses: codecov/codecov-action@v3