Skip to content

Commit ec1d9ae

Browse files
committed
Only use implementation for Codecov flags
1 parent 4f42e6b commit ec1d9ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
if: ${{ (github.event_name == 'push' || github.event_name == 'pull_request') }}
9898
with:
9999
token: ${{ secrets.CODECOV_ORG_TOKEN }}
100-
flags: ${{ matrix.python-version }}
100+
flags: ${{ startsWith(matrix.python-version, 'pypy') && 'PyPy' || 'CPython' }}
101101
directory: src
102102
fail_ci_if_error: true
103103
verbose: true

0 commit comments

Comments
 (0)