Skip to content

Commit f62cf49

Browse files
committed
Remove redundant codecov run
1 parent 039cc28 commit f62cf49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ jobs:
208208
else # CPython
209209
py_test="py${py/./}"; # Add "py" prefix, remove "."
210210
fi;
211-
env_test="test-${py_test},codecov";
211+
env_test="test-${py_test}";
212212
echo "Test environment: ${env_test}";
213213
ln -s ".tox/${env_test}" testenv; # Fixed location for upload step below
214214
tox -e "${env_test}";

0 commit comments

Comments
 (0)