diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a7260aeb..4d48ca13 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,8 +30,9 @@ jobs: flake8 py.test -vv --cov-config .coveragerc --cov geolink_formatter tests - name: Send coverage - run: | - bash <(curl -s https://codecov.io/bash) + uses: codecov/codecov-action@v4.2.0 + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} deploy-dev: name: Deploy to PyPI Test