We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f42e6b commit ec1d9aeCopy full SHA for ec1d9ae
.github/workflows/ci.yml
@@ -97,7 +97,7 @@ jobs:
97
if: ${{ (github.event_name == 'push' || github.event_name == 'pull_request') }}
98
with:
99
token: ${{ secrets.CODECOV_ORG_TOKEN }}
100
- flags: ${{ matrix.python-version }}
+ flags: ${{ startsWith(matrix.python-version, 'pypy') && 'PyPy' || 'CPython' }}
101
directory: src
102
fail_ci_if_error: true
103
verbose: true
0 commit comments