diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 63a84a85..cca1aaf4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -97,7 +97,7 @@ jobs: if: ${{ (github.event_name == 'push' || github.event_name == 'pull_request') }} with: token: ${{ secrets.CODECOV_ORG_TOKEN }} - flags: ${{ matrix.python-version }} + flags: ${{ startsWith(matrix.python-version, 'pypy') && 'PyPy' || 'CPython' }} directory: src fail_ci_if_error: true verbose: true