diff --git a/.github/workflows/general.yaml b/.github/workflows/general.yaml index 2d20783041..c9255ea47c 100644 --- a/.github/workflows/general.yaml +++ b/.github/workflows/general.yaml @@ -40,7 +40,10 @@ jobs: - name: Test software run: hatch run +py=${{ matrix.py || matrix.python-version }} ci:test - name: Report coverage - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v4.0.1 + with: + token: ${{ secrets.CODECOV_TOKEN }} + slug: frictionlessdata/frictionless-py services: postgres: image: postgres:12