diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 10965e132b..cbce2c6051 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,12 +73,14 @@ jobs: LSP: '${{ matrix.lsp }}' LSP_EXTRACT_FILE: '${{ matrix.lsp_extract_file }}' - if: always() - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: directory: empty + working-directory: empty token: 87cefb17-c44b-4f2f-8b30-1fff5769ce46 name: Windows (${{ matrix.python }}, ${{ matrix.arch }}${{ matrix.extra_name }}) flags: Windows,${{ matrix.python }} + verbose: true Ubuntu: name: 'Ubuntu (${{ matrix.python }}${{ matrix.extra_name }})' @@ -129,12 +131,14 @@ jobs: CHECK_FORMATTING: '${{ matrix.check_formatting }}' NO_TEST_REQUIREMENTS: '${{ matrix.no_test_requirements }}' - if: always() - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: directory: empty + working-directory: empty token: 87cefb17-c44b-4f2f-8b30-1fff5769ce46 name: Ubuntu (${{ matrix.python }}${{ matrix.extra_name }}) flags: Ubuntu,${{ matrix.python }} + verbose: true macOS: name: 'macOS (${{ matrix.python }})' @@ -165,12 +169,14 @@ jobs: - name: Run tests run: ./ci.sh - if: always() - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: directory: empty + working-directory: empty token: 87cefb17-c44b-4f2f-8b30-1fff5769ce46 name: macOS (${{ matrix.python }}) flags: macOS,${{ matrix.python }} + verbose: true # run CI on a musl linux Alpine: @@ -190,12 +196,13 @@ jobs: - name: Run tests run: source .venv/bin/activate && ./ci.sh - if: always() - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: directory: empty token: 87cefb17-c44b-4f2f-8b30-1fff5769ce46 name: Alpine flags: Alpine,3.12 + verbose: true Cython: name: "Cython"