diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 6587db6..50a0b72 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -61,10 +61,6 @@ jobs: - name: Install dependencies if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true' run: | - echo "Env variables:\n\r" - echo -e "$PATH\n\r" - echo -e "$CFLAGS\n\r" - echo -e "$LDFLAGS\n\r" poetry install --no-interaction --no-root - name: Install library run: poetry install --no-interaction @@ -81,4 +77,4 @@ jobs: env: CODECOV_NAME: ${{ matrix.python }}-${{ matrix.os }} run: | - poetry run codecovcli --no-color --required -F fast -t ${{ secrets.CODECOV_TOKEN }} + poetry run codecovcli --verbose upload-process -t ${{ secrets.CODECOV_TOKEN }} -n 'fast'-${{ github.run_id }} -F fast